Method: Aws::QuickSight::Types::ThemeAlias#arn
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#arn ⇒ String
The Amazon Resource Name (ARN) 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 |