Class: Aws::QuickSight::Types::UpdateBrandPublishedVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateBrandPublishedVersionResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
35677 35678 35679 35680 35681 35682 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35677 class UpdateBrandPublishedVersionResponse < Struct.new( :request_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The ID of the published version.
35677 35678 35679 35680 35681 35682 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35677 class UpdateBrandPublishedVersionResponse < Struct.new( :request_id, :version_id) SENSITIVE = [] include Aws::Structure end |