Class: Aws::QuickSight::Types::ThemeVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ThemeVersionSummary
- Defined in:
- gems/aws-sdk-quicksight/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.
44597 44598 44599 44600 44601 44602 44603 44604 44605 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44597 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.
44597 44598 44599 44600 44601 44602 44603 44604 44605 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44597 class ThemeVersionSummary < Struct.new( :version_number, :arn, :description, :created_time, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the theme version.
44597 44598 44599 44600 44601 44602 44603 44604 44605 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44597 class ThemeVersionSummary < Struct.new( :version_number, :arn, :description, :created_time, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the theme version.
44597 44598 44599 44600 44601 44602 44603 44604 44605 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44597 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.
44597 44598 44599 44600 44601 44602 44603 44604 44605 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44597 class ThemeVersionSummary < Struct.new( :version_number, :arn, :description, :created_time, :status) SENSITIVE = [] include Aws::Structure end |