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.
35976 35977 35978 35979 35980 35981 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35976 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.
35976 35977 35978 35979 35980 35981 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35976 class UpdateBrandAssignmentRequest < Struct.new( :aws_account_id, :brand_arn) SENSITIVE = [] include Aws::Structure end |