Class: Aws::QuickSight::Types::ThemeAlias
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ThemeAlias
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
An alias for a theme.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The display name of the theme alias.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the theme alias.
-
#theme_version_number ⇒ Integer
The version number of the theme alias.
Instance Attribute Details
#alias_name ⇒ String
The display name of the theme alias.
32777 32778 32779 32780 32781 32782 32783 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32777 class ThemeAlias < Struct.new( :arn, :alias_name, :theme_version_number) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the theme alias.
32777 32778 32779 32780 32781 32782 32783 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32777 class ThemeAlias < Struct.new( :arn, :alias_name, :theme_version_number) SENSITIVE = [] include Aws::Structure end |
#theme_version_number ⇒ Integer
The version number of the theme alias.
32777 32778 32779 32780 32781 32782 32783 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32777 class ThemeAlias < Struct.new( :arn, :alias_name, :theme_version_number) SENSITIVE = [] include Aws::Structure end |