Class: Aws::QuickSight::Types::DeleteThemeAliasRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_nameString

The unique name for the theme alias to delete.

Returns:

  • (String)


10318
10319
10320
10321
10322
10323
10324
# File 'lib/aws-sdk-quicksight/types.rb', line 10318

class DeleteThemeAliasRequest < 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 to delete.

Returns:

  • (String)


10318
10319
10320
10321
10322
10323
10324
# File 'lib/aws-sdk-quicksight/types.rb', line 10318

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

#theme_idString

The ID for the theme that the specified alias is for.

Returns:

  • (String)


10318
10319
10320
10321
10322
10323
10324
# File 'lib/aws-sdk-quicksight/types.rb', line 10318

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