Class: Aws::QuickSight::Types::DeleteThemeAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteThemeAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The unique name for the theme alias to delete.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the theme alias to delete.
-
#theme_id ⇒ String
The ID for the theme that the specified alias is for.
Instance Attribute Details
#alias_name ⇒ String
The unique name for the theme alias to delete.
11481 11482 11483 11484 11485 11486 11487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11481 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.
11481 11482 11483 11484 11485 11486 11487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11481 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.
11481 11482 11483 11484 11485 11486 11487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11481 class DeleteThemeAliasRequest < Struct.new( :aws_account_id, :theme_id, :alias_name) SENSITIVE = [] include Aws::Structure end |