Class: Aws::QuickSight::Types::CreateBrandRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateBrandRequest
- Defined in:
- gems/aws-sdk-quicksight/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 Quick brand.
-
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs that are assigned to the brand.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that owns the brand.
7949 7950 7951 7952 7953 7954 7955 7956 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7949 class CreateBrandRequest < Struct.new( :aws_account_id, :brand_id, :brand_definition, :tags) SENSITIVE = [] include Aws::Structure end |
#brand_definition ⇒ Types::BrandDefinition
The definition of the brand.
7949 7950 7951 7952 7953 7954 7955 7956 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7949 class CreateBrandRequest < Struct.new( :aws_account_id, :brand_id, :brand_definition, :tags) SENSITIVE = [] include Aws::Structure end |
#brand_id ⇒ String
The ID of the Quick brand.
7949 7950 7951 7952 7953 7954 7955 7956 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7949 class CreateBrandRequest < Struct.new( :aws_account_id, :brand_id, :brand_definition, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs that are assigned to the brand.
7949 7950 7951 7952 7953 7954 7955 7956 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7949 class CreateBrandRequest < Struct.new( :aws_account_id, :brand_id, :brand_definition, :tags) SENSITIVE = [] include Aws::Structure end |