Class: Aws::QuickSight::Types::UpdateBrandPublishedVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateBrandPublishedVersionRequest
- 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 published version.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that owns the brand.
33697 33698 33699 33700 33701 33702 33703 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33697 class UpdateBrandPublishedVersionRequest < Struct.new( :aws_account_id, :brand_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#brand_id ⇒ String
The ID of the Amazon QuickSight brand.
33697 33698 33699 33700 33701 33702 33703 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33697 class UpdateBrandPublishedVersionRequest < Struct.new( :aws_account_id, :brand_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The ID of the published version.
33697 33698 33699 33700 33701 33702 33703 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33697 class UpdateBrandPublishedVersionRequest < Struct.new( :aws_account_id, :brand_id, :version_id) SENSITIVE = [] include Aws::Structure end |