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

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

#brand_definitionTypes::BrandDefinition

The definition of the brand.



35720
35721
35722
35723
35724
35725
35726
# File 'lib/aws-sdk-quicksight/types.rb', line 35720

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

#brand_detailTypes::BrandDetail

The details of the brand.

Returns:



35720
35721
35722
35723
35724
35725
35726
# File 'lib/aws-sdk-quicksight/types.rb', line 35720

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)


35720
35721
35722
35723
35724
35725
35726
# File 'lib/aws-sdk-quicksight/types.rb', line 35720

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