Class: Aws::QuickSight::Types::DeleteBrandAssignmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteBrandAssignmentRequest
- 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 of the Amazon Web Services account that owns the brand assignment.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that owns the brand assignment.
10662 10663 10664 10665 10666 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10662 class DeleteBrandAssignmentRequest < Struct.new( :aws_account_id) SENSITIVE = [] include Aws::Structure end |