Class: Aws::QuickSight::Types::UpdateBrandAssignmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateBrandAssignmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#brand_arn ⇒ String
The Amazon Resource Name (ARN) of the brand.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
Instance Attribute Details
#brand_arn ⇒ String
The Amazon Resource Name (ARN) of the brand.
33676 33677 33678 33679 33680 33681 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33676 class UpdateBrandAssignmentResponse < Struct.new( :request_id, :brand_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
33676 33677 33678 33679 33680 33681 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33676 class UpdateBrandAssignmentResponse < Struct.new( :request_id, :brand_arn) SENSITIVE = [] include Aws::Structure end |