Class: Aws::QuickSight::Types::UpdateSelfUpgradeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateSelfUpgradeResponse
- 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.
-
#self_upgrade_request_detail ⇒ Types::SelfUpgradeRequestDetail
Details of the updated self-upgrade request.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
43231 43232 43233 43234 43235 43236 43237 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43231 class UpdateSelfUpgradeResponse < Struct.new( :self_upgrade_request_detail, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#self_upgrade_request_detail ⇒ Types::SelfUpgradeRequestDetail
Details of the updated self-upgrade request.
43231 43232 43233 43234 43235 43236 43237 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43231 class UpdateSelfUpgradeResponse < Struct.new( :self_upgrade_request_detail, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
43231 43232 43233 43234 43235 43236 43237 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43231 class UpdateSelfUpgradeResponse < Struct.new( :self_upgrade_request_detail, :request_id, :status) SENSITIVE = [] include Aws::Structure end |