Class: Aws::QuickSight::Types::DescribeBrandRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeBrandRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that owns the brand.
-
#brand_id ⇒ String
The ID of the Amazon QuickSight brand.
-
#version_id ⇒ String
The ID of the specific version.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that owns the brand.
12706 12707 12708 12709 12710 12711 12712 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12706 class DescribeBrandRequest < Struct.new( :aws_account_id, :brand_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#brand_id ⇒ String
The ID of the Amazon QuickSight brand.
12706 12707 12708 12709 12710 12711 12712 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12706 class DescribeBrandRequest < Struct.new( :aws_account_id, :brand_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The ID of the specific version. The default value is the latest version.
12706 12707 12708 12709 12710 12711 12712 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12706 class DescribeBrandRequest < Struct.new( :aws_account_id, :brand_id, :version_id) SENSITIVE = [] include Aws::Structure end |