Class: Aws::QuickSight::Types::UpdateBrandPublishedVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateBrandPublishedVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#version_id ⇒ String
The ID of the published version.
Instance Attribute Details
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
33715 33716 33717 33718 33719 33720 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33715 class UpdateBrandPublishedVersionResponse < Struct.new( :request_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The ID of the published version.
33715 33716 33717 33718 33719 33720 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33715 class UpdateBrandPublishedVersionResponse < Struct.new( :request_id, :version_id) SENSITIVE = [] include Aws::Structure end |