Class: Aws::QuickSight::Types::DescribeBrandPublishedVersionRequest

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

#aws_account_idString

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

Returns:

  • (String)


16028
16029
16030
16031
16032
16033
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16028

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

#brand_idString

The ID of the Quick brand.

Returns:

  • (String)


16028
16029
16030
16031
16032
16033
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16028

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