Class: Aws::QuickSight::Types::DescribeThemeAliasRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_nameString

The name of the theme alias that you want to describe.

Returns:

  • (String)


12642
12643
12644
12645
12646
12647
12648
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12642

class DescribeThemeAliasRequest < Struct.new(
  :aws_account_id,
  :theme_id,
  :alias_name)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID of the Amazon Web Services account that contains the theme alias that you're describing.

Returns:

  • (String)


12642
12643
12644
12645
12646
12647
12648
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12642

class DescribeThemeAliasRequest < Struct.new(
  :aws_account_id,
  :theme_id,
  :alias_name)
  SENSITIVE = []
  include Aws::Structure
end

#theme_idString

The ID for the theme.

Returns:

  • (String)


12642
12643
12644
12645
12646
12647
12648
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12642

class DescribeThemeAliasRequest < Struct.new(
  :aws_account_id,
  :theme_id,
  :alias_name)
  SENSITIVE = []
  include Aws::Structure
end