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.
30875 30876 30877 30878 30879 30880 30881 30882 30883 30884 30885 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30875 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.
30875 30876 30877 30878 30879 30880 30881 30882 30883 30884 30885 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30875 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.
30875 30876 30877 30878 30879 30880 30881 30882 30883 30884 30885 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30875 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.
30875 30876 30877 30878 30879 30880 30881 30882 30883 30884 30885 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30875 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.
30875 30876 30877 30878 30879 30880 30881 30882 30883 30884 30885 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30875 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`.
30875 30876 30877 30878 30879 30880 30881 30882 30883 30884 30885 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30875 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.
30875 30876 30877 30878 30879 30880 30881 30882 30883 30884 30885 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30875 class Theme < Struct.new( :arn, :name, :theme_id, :version, :created_time, :last_updated_time, :type) SENSITIVE = [] include Aws::Structure end |