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.
29772 29773 29774 29775 29776 29777 29778 29779 29780 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29772 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.
29772 29773 29774 29775 29776 29777 29778 29779 29780 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29772 class ThemeVersionSummary < Struct.new( :version_number, :arn, :description, :created_time, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the theme version.
29772 29773 29774 29775 29776 29777 29778 29779 29780 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29772 class ThemeVersionSummary < Struct.new( :version_number, :arn, :description, :created_time, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the theme version.
29772 29773 29774 29775 29776 29777 29778 29779 29780 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29772 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.
29772 29773 29774 29775 29776 29777 29778 29779 29780 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29772 class ThemeVersionSummary < Struct.new( :version_number, :arn, :description, :created_time, :status) SENSITIVE = [] include Aws::Structure end |