Class: Aws::QuickSight::Types::UpdateBrandRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateBrandRequest
- 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.
-
#brand_definition ⇒ Types::BrandDefinition
The definition of the brand.
-
#brand_id ⇒ String
The ID of the Amazon QuickSight brand.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that owns the brand.
35689 35690 35691 35692 35693 35694 35695 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35689 class UpdateBrandRequest < Struct.new( :aws_account_id, :brand_id, :brand_definition) SENSITIVE = [] include Aws::Structure end |
#brand_definition ⇒ Types::BrandDefinition
The definition of the brand.
35689 35690 35691 35692 35693 35694 35695 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35689 class UpdateBrandRequest < Struct.new( :aws_account_id, :brand_id, :brand_definition) SENSITIVE = [] include Aws::Structure end |
#brand_id ⇒ String
The ID of the Amazon QuickSight brand.
35689 35690 35691 35692 35693 35694 35695 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35689 class UpdateBrandRequest < Struct.new( :aws_account_id, :brand_id, :brand_definition) SENSITIVE = [] include Aws::Structure end |