Class: Aws::ARCZonalShift::Types::ListZonalShiftsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::ListZonalShiftsResponse
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ZonalShiftSummary>
The items in the response list.
-
#next_token ⇒ String
Specifies that you want to receive the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::ZonalShiftSummary>
The items in the response list.
727 728 729 730 731 732 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 727 class ListZonalShiftsResponse < Struct.new( :items, :next_token) 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.
727 728 729 730 731 732 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 727 class ListZonalShiftsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |