Class: Aws::SSMContacts::Types::ListRotationShiftsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListRotationShiftsResult
- 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>
Information about shifts that meet the filter criteria.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
1625 1626 1627 1628 1629 1630 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1625 class ListRotationShiftsResult < Struct.new( :rotation_shifts, :next_token) SENSITIVE = [] include Aws::Structure end |
#rotation_shifts ⇒ Array<Types::RotationShift>
Information about shifts that meet the filter criteria.
1625 1626 1627 1628 1629 1630 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1625 class ListRotationShiftsResult < Struct.new( :rotation_shifts, :next_token) SENSITIVE = [] include Aws::Structure end |