Class: Aws::ARCZonalShift::Types::ListZonalShiftsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::ListZonalShiftsRequest
- 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.
-
#resource_identifier ⇒ String
The identifier for the resource that you want to list zonal shifts for.
-
#status ⇒ String
A status for a zonal shift.
Instance Attribute Details
#max_results ⇒ Integer
The number of objects that you want to return with this call.
580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 580 class ListZonalShiftsRequest < Struct.new( :max_results, :next_token, :resource_identifier, :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.
580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 580 class ListZonalShiftsRequest < Struct.new( :max_results, :next_token, :resource_identifier, :status) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource.
580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 580 class ListZonalShiftsRequest < Struct.new( :max_results, :next_token, :resource_identifier, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A status for a zonal shift.
The Status
for a zonal shift can have one of the following values:
ACTIVE: The zonal shift has been started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 580 class ListZonalShiftsRequest < Struct.new( :max_results, :next_token, :resource_identifier, :status) SENSITIVE = [] include Aws::Structure end |