Class: Aws::QuickSight::Types::UpdateBrandResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#brand_definitionTypes::BrandDefinition

The definition of the brand.



41672
41673
41674
41675
41676
41677
41678
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41672

class UpdateBrandResponse < Struct.new(
  :request_id,
  :brand_detail,
  :brand_definition)
  SENSITIVE = []
  include Aws::Structure
end

#brand_detailTypes::BrandDetail

The details of the brand.

Returns:



41672
41673
41674
41675
41676
41677
41678
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41672

class UpdateBrandResponse < Struct.new(
  :request_id,
  :brand_detail,
  :brand_definition)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


41672
41673
41674
41675
41676
41677
41678
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41672

class UpdateBrandResponse < Struct.new(
  :request_id,
  :brand_detail,
  :brand_definition)
  SENSITIVE = []
  include Aws::Structure
end