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.
9989 9990 9991 9992 9993 9994 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9989 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.
9989 9990 9991 9992 9993 9994 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9989 class DeleteAccountCustomizationRequest < Struct.new( :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |