Class: Aws::QuickSight::Types::ListSelfUpgradesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListSelfUpgradesResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#self_upgrade_request_details ⇒ Array<Types::SelfUpgradeRequestDetail>
A list of self-upgrade request details.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
26763 26764 26765 26766 26767 26768 26769 26770 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26763 class ListSelfUpgradesResponse < Struct.new( :self_upgrade_request_details, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
26763 26764 26765 26766 26767 26768 26769 26770 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26763 class ListSelfUpgradesResponse < Struct.new( :self_upgrade_request_details, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#self_upgrade_request_details ⇒ Array<Types::SelfUpgradeRequestDetail>
A list of self-upgrade request details.
26763 26764 26765 26766 26767 26768 26769 26770 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26763 class ListSelfUpgradesResponse < Struct.new( :self_upgrade_request_details, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
26763 26764 26765 26766 26767 26768 26769 26770 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26763 class ListSelfUpgradesResponse < Struct.new( :self_upgrade_request_details, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |