Class: Aws::QuickSight::Types::DeleteThemeAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteThemeAliasRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass DeleteThemeAliasRequest data as a hash:
{
aws_account_id: "AwsAccountId", # required
theme_id: "RestrictiveResourceId", # required
alias_name: "AliasName", # required
}
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.
5101 5102 5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5101 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.
5101 5102 5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5101 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.
5101 5102 5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5101 class DeleteThemeAliasRequest < Struct.new( :aws_account_id, :theme_id, :alias_name) SENSITIVE = [] include Aws::Structure end |