Class: Aws::QuickSight::Types::UpdateBrandAssignmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateBrandAssignmentRequest
- 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.
-
#brand_arn ⇒ String
The Amazon Resource Name (ARN) of the brand.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that owns the brand assignment.
33659 33660 33661 33662 33663 33664 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33659 class UpdateBrandAssignmentRequest < Struct.new( :aws_account_id, :brand_arn) SENSITIVE = [] include Aws::Structure end |
#brand_arn ⇒ String
The Amazon Resource Name (ARN) of the brand.
33659 33660 33661 33662 33663 33664 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33659 class UpdateBrandAssignmentRequest < Struct.new( :aws_account_id, :brand_arn) SENSITIVE = [] include Aws::Structure end |