Class: Aws::QuickSight::Types::DeleteAccountCustomizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteAccountCustomizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.
-
#namespace ⇒ String
The Amazon QuickSight namespace that you’re deleting the customizations from.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.
10632 10633 10634 10635 10636 10637 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10632 class DeleteAccountCustomizationRequest < Struct.new( :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The Amazon QuickSight namespace that you’re deleting the customizations from.
10632 10633 10634 10635 10636 10637 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10632 class DeleteAccountCustomizationRequest < Struct.new( :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |