Class: Aws::SSMContacts::Types::ListPreviewRotationShiftsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListPreviewRotationShiftsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#rotation_shifts ⇒ Array<Types::RotationShift>
Details about a rotation shift, including times, types, and contacts.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. This token is used to get the next set of results.
1515 1516 1517 1518 1519 1520 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1515 class ListPreviewRotationShiftsResult < Struct.new( :rotation_shifts, :next_token) SENSITIVE = [] include Aws::Structure end |
#rotation_shifts ⇒ Array<Types::RotationShift>
Details about a rotation shift, including times, types, and contacts.
1515 1516 1517 1518 1519 1520 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1515 class ListPreviewRotationShiftsResult < Struct.new( :rotation_shifts, :next_token) SENSITIVE = [] include Aws::Structure end |