Class: Aws::QuickSight::Types::DescribeBrandAssignmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeBrandAssignmentRequest
- Defined in:
- gems/aws-sdk-quicksight/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.
16100 16101 16102 16103 16104 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16100 class DescribeBrandAssignmentRequest < Struct.new( :aws_account_id) SENSITIVE = [] include Aws::Structure end |