Class: Aws::QuickSight::Types::UpdateBrandResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateBrandResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#brand_definition ⇒ Types::BrandDefinition
The definition of the brand.
-
#brand_detail ⇒ Types::BrandDetail
The details of the brand.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
Instance Attribute Details
#brand_definition ⇒ Types::BrandDefinition
The definition of the brand.
39633 39634 39635 39636 39637 39638 39639 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39633 class UpdateBrandResponse < Struct.new( :request_id, :brand_detail, :brand_definition) SENSITIVE = [] include Aws::Structure end |
#brand_detail ⇒ Types::BrandDetail
The details of the brand.
39633 39634 39635 39636 39637 39638 39639 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39633 class UpdateBrandResponse < Struct.new( :request_id, :brand_detail, :brand_definition) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
39633 39634 39635 39636 39637 39638 39639 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39633 class UpdateBrandResponse < Struct.new( :request_id, :brand_detail, :brand_definition) SENSITIVE = [] include Aws::Structure end |