Method: Aws::QuickSight::Types::ThemeAlias#arn

Defined in:
lib/aws-sdk-quicksight/types.rb

#arnString

The Amazon Resource Name (ARN) of the theme alias.

Returns:

  • (String)


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