Class: Aws::QuickSight::Types::UpdateBrandAssignmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateBrandAssignmentResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
35993 35994 35995 35996 35997 35998 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35993 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.
35993 35994 35995 35996 35997 35998 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35993 class UpdateBrandAssignmentResponse < Struct.new( :request_id, :brand_arn) SENSITIVE = [] include Aws::Structure end |