Class: Aws::QuickSight::Types::DescribeBrandPublishedVersionResponse

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.



12683
12684
12685
12686
12687
12688
12689
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12683

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

#brand_detailTypes::BrandDetail

The details of the brand.

Returns:



12683
12684
12685
12686
12687
12688
12689
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12683

class DescribeBrandPublishedVersionResponse < 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)


12683
12684
12685
12686
12687
12688
12689
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12683

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