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

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_name ⇒ String

The unique name for the theme alias to delete.

Returns:

  • (String)


18073
18074
18075
18076
18077
18078
18079
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18073

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

#aws_account_id ⇒ String

The ID of the Amazon Web Services account that contains the theme alias to delete.

Returns:

  • (String)


18073
18074
18075
18076
18077
18078
18079
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18073

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

#theme_id ⇒ String

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

Returns:

  • (String)


18073
18074
18075
18076
18077
18078
18079
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18073

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