Class: Aws::QuickSight::Types::DescribeBrandRequest

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)


16046
16047
16048
16049
16050
16051
16052
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16046

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

#brand_idString

The ID of the Quick brand.

Returns:

  • (String)


16046
16047
16048
16049
16050
16051
16052
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16046

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

#version_idString

The ID of the specific version. The default value is the latest version.

Returns:

  • (String)


16046
16047
16048
16049
16050
16051
16052
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16046

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