Class: Aws::QuickSight::Types::CreateBrandRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that owns the brand.

Returns:

  • (String)


5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-quicksight/types.rb', line 5717

class CreateBrandRequest < Struct.new(
  :aws_account_id,
  :brand_id,
  :brand_definition,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#brand_definitionTypes::BrandDefinition

The definition of the brand.



5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-quicksight/types.rb', line 5717

class CreateBrandRequest < Struct.new(
  :aws_account_id,
  :brand_id,
  :brand_definition,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#brand_idString

The ID of the Amazon QuickSight brand.

Returns:

  • (String)


5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-quicksight/types.rb', line 5717

class CreateBrandRequest < Struct.new(
  :aws_account_id,
  :brand_id,
  :brand_definition,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A map of the key-value pairs that are assigned to the brand.

Returns:



5717
5718
5719
5720
5721
5722
5723
5724
# File 'lib/aws-sdk-quicksight/types.rb', line 5717

class CreateBrandRequest < Struct.new(
  :aws_account_id,
  :brand_id,
  :brand_definition,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end