Class: Aws::Connect::Types::ViewVersionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

A summary of a view version's metadata.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the view version.

Returns:

  • (String)


41606
41607
41608
41609
41610
41611
41612
41613
41614
41615
41616
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 41606

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#description ⇒ String

The description of the view version.

Returns:

  • (String)


41606
41607
41608
41609
41610
41611
41612
41613
41614
41615
41616
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 41606

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#id ⇒ String

The identifier of the view version.

Returns:

  • (String)


41606
41607
41608
41609
41610
41611
41612
41613
41614
41615
41616
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 41606

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#name ⇒ String

The name of the view version.

Returns:

  • (String)


41606
41607
41608
41609
41610
41611
41612
41613
41614
41615
41616
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 41606

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#type ⇒ String

The type of the view version.

Returns:

  • (String)


41606
41607
41608
41609
41610
41611
41612
41613
41614
41615
41616
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 41606

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#version ⇒ Integer

The sequentially incremented version of the view version.

Returns:

  • (Integer)


41606
41607
41608
41609
41610
41611
41612
41613
41614
41615
41616
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 41606

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#version_description ⇒ String

The description of the view version.

Returns:

  • (String)


41606
41607
41608
41609
41610
41611
41612
41613
41614
41615
41616
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 41606

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end