Method: Aws::QuickSight::Types::ThemeAlias#alias_name
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#alias_name ⇒ String
The display name of the theme alias.
32777 32778 32779 32780 32781 32782 32783 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32777 class ThemeAlias < Struct.new( :arn, :alias_name, :theme_version_number) SENSITIVE = [] include Aws::Structure end |