Class: Aws::QuickSight::Types::Theme
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Theme
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Summary information about a theme.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the theme.
-
#created_time ⇒ Time
The date and time that the theme was created.
-
#last_updated_time ⇒ Time
The date and time that the theme was last updated.
-
#name ⇒ String
The name that the user gives to the theme.
-
#theme_id ⇒ String
The identifier that the user gives to the theme.
-
#type ⇒ String
The type of theme, based on how it was created.
-
#version ⇒ Types::ThemeVersion
A version of a theme.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the theme.
29570 29571 29572 29573 29574 29575 29576 29577 29578 29579 29580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29570 class Theme < Struct.new( :arn, :name, :theme_id, :version, :created_time, :last_updated_time, :type) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The date and time that the theme was created.
29570 29571 29572 29573 29574 29575 29576 29577 29578 29579 29580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29570 class Theme < Struct.new( :arn, :name, :theme_id, :version, :created_time, :last_updated_time, :type) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The date and time that the theme was last updated.
29570 29571 29572 29573 29574 29575 29576 29577 29578 29579 29580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29570 class Theme < Struct.new( :arn, :name, :theme_id, :version, :created_time, :last_updated_time, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name that the user gives to the theme.
29570 29571 29572 29573 29574 29575 29576 29577 29578 29579 29580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29570 class Theme < Struct.new( :arn, :name, :theme_id, :version, :created_time, :last_updated_time, :type) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
The identifier that the user gives to the theme.
29570 29571 29572 29573 29574 29575 29576 29577 29578 29579 29580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29570 class Theme < Struct.new( :arn, :name, :theme_id, :version, :created_time, :last_updated_time, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of theme, based on how it was created. Valid values include: ‘QUICKSIGHT` and `CUSTOM`.
29570 29571 29572 29573 29574 29575 29576 29577 29578 29579 29580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29570 class Theme < Struct.new( :arn, :name, :theme_id, :version, :created_time, :last_updated_time, :type) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Types::ThemeVersion
A version of a theme.
29570 29571 29572 29573 29574 29575 29576 29577 29578 29579 29580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29570 class Theme < Struct.new( :arn, :name, :theme_id, :version, :created_time, :last_updated_time, :type) SENSITIVE = [] include Aws::Structure end |