Class: Aws::ARCZonalShift::Types::ListAutoshiftsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::ListAutoshiftsRequest
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of objects that you want to return with this call.
-
#next_token ⇒ String
Specifies that you want to receive the next page of results.
-
#status ⇒ String
The status of the autoshift.
Instance Attribute Details
#max_results ⇒ Integer
The number of objects that you want to return with this call.
476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 476 class ListAutoshiftsRequest < Struct.new( :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specifies that you want to receive the next page of results. Valid
only if you received a NextToken
response in the previous request.
If you did, it indicates that more output is available. Set this
parameter to the value provided by the previous call's NextToken
response to request the next page of results.
476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 476 class ListAutoshiftsRequest < Struct.new( :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the autoshift.
476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 476 class ListAutoshiftsRequest < Struct.new( :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |