Class: Aws::Connect::Types::ViewVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ViewVersionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
A summary of a view version’s metadata.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the view version.
-
#description ⇒ String
The description of the view version.
-
#id ⇒ String
The identifier of the view version.
-
#name ⇒ String
The name of the view version.
-
#type ⇒ String
The type of the view version.
-
#version ⇒ Integer
The sequentially incremented version of the view version.
-
#version_description ⇒ String
The description of the view version.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the view version.
24212 24213 24214 24215 24216 24217 24218 24219 24220 24221 24222 |
# File 'lib/aws-sdk-connect/types.rb', line 24212 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.
24212 24213 24214 24215 24216 24217 24218 24219 24220 24221 24222 |
# File 'lib/aws-sdk-connect/types.rb', line 24212 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.
24212 24213 24214 24215 24216 24217 24218 24219 24220 24221 24222 |
# File 'lib/aws-sdk-connect/types.rb', line 24212 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.
24212 24213 24214 24215 24216 24217 24218 24219 24220 24221 24222 |
# File 'lib/aws-sdk-connect/types.rb', line 24212 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.
24212 24213 24214 24215 24216 24217 24218 24219 24220 24221 24222 |
# File 'lib/aws-sdk-connect/types.rb', line 24212 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.
24212 24213 24214 24215 24216 24217 24218 24219 24220 24221 24222 |
# File 'lib/aws-sdk-connect/types.rb', line 24212 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.
24212 24213 24214 24215 24216 24217 24218 24219 24220 24221 24222 |
# File 'lib/aws-sdk-connect/types.rb', line 24212 class ViewVersionSummary < Struct.new( :id, :arn, :description, :name, :type, :version, :version_description) SENSITIVE = [:name] include Aws::Structure end |