Class: Aws::QuickSight::Types::ThemeVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ThemeVersionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The theme version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the theme version.
-
#created_time ⇒ Time
The date and time that this theme version was created.
-
#description ⇒ String
The description of the theme version.
-
#status ⇒ String
The status of the theme version.
-
#version_number ⇒ Integer
The version number of the theme version.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the theme version.
31077 31078 31079 31080 31081 31082 31083 31084 31085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31077 class ThemeVersionSummary < Struct.new( :version_number, :arn, :description, :created_time, :status) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The date and time that this theme version was created.
31077 31078 31079 31080 31081 31082 31083 31084 31085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31077 class ThemeVersionSummary < Struct.new( :version_number, :arn, :description, :created_time, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the theme version.
31077 31078 31079 31080 31081 31082 31083 31084 31085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31077 class ThemeVersionSummary < Struct.new( :version_number, :arn, :description, :created_time, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the theme version.
31077 31078 31079 31080 31081 31082 31083 31084 31085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31077 class ThemeVersionSummary < Struct.new( :version_number, :arn, :description, :created_time, :status) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the theme version.
31077 31078 31079 31080 31081 31082 31083 31084 31085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31077 class ThemeVersionSummary < Struct.new( :version_number, :arn, :description, :created_time, :status) SENSITIVE = [] include Aws::Structure end |