Class: Aws::SSMContacts::Types::ListRotationOverridesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListRotationOverridesResult
- 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_overrides ⇒ Array<Types::RotationOverride>
A list of rotation overrides in the specified time range.
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.
1570 1571 1572 1573 1574 1575 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1570 class ListRotationOverridesResult < Struct.new( :rotation_overrides, :next_token) SENSITIVE = [] include Aws::Structure end |
#rotation_overrides ⇒ Array<Types::RotationOverride>
A list of rotation overrides in the specified time range.
1570 1571 1572 1573 1574 1575 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1570 class ListRotationOverridesResult < Struct.new( :rotation_overrides, :next_token) SENSITIVE = [] include Aws::Structure end |