Class: Aws::QuickSight::Types::UpdateBrandRequest

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)


33736
33737
33738
33739
33740
33741
33742
# File 'lib/aws-sdk-quicksight/types.rb', line 33736

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

#brand_definitionTypes::BrandDefinition

The definition of the brand.



33736
33737
33738
33739
33740
33741
33742
# File 'lib/aws-sdk-quicksight/types.rb', line 33736

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

#brand_idString

The ID of the Amazon QuickSight brand.

Returns:

  • (String)


33736
33737
33738
33739
33740
33741
33742
# File 'lib/aws-sdk-quicksight/types.rb', line 33736

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