Class: Aws::QuickSight::Types::ThemeAlias

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#alias_nameString

The display name of the theme alias.

Returns:

  • (String)


28057
28058
28059
28060
28061
28062
28063
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28057

class ThemeAlias < Struct.new(
  :arn,
  :alias_name,
  :theme_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

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

Returns:

  • (String)


28057
28058
28059
28060
28061
28062
28063
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28057

class ThemeAlias < Struct.new(
  :arn,
  :alias_name,
  :theme_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#theme_version_numberInteger

The version number of the theme alias.

Returns:

  • (Integer)


28057
28058
28059
28060
28061
28062
28063
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28057

class ThemeAlias < Struct.new(
  :arn,
  :alias_name,
  :theme_version_number)
  SENSITIVE = []
  include Aws::Structure
end