Class: Aws::SSMContacts::Types::ListRotationOverridesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListRotationOverridesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The date and time for the end of a time range for listing overrides.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
A token to start the list.
-
#rotation_id ⇒ String
The Amazon Resource Name (ARN) of the rotation to retrieve information about.
-
#start_time ⇒ Time
The date and time for the beginning of a time range for listing overrides.
Instance Attribute Details
#end_time ⇒ Time
The date and time for the end of a time range for listing overrides.
1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1549 class ListRotationOverridesRequest < Struct.new( :rotation_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1549 class ListRotationOverridesRequest < Struct.new( :rotation_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to start the list. Use this token to get the next set of results.
1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1549 class ListRotationOverridesRequest < Struct.new( :rotation_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#rotation_id ⇒ String
The Amazon Resource Name (ARN) of the rotation to retrieve information about.
1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1549 class ListRotationOverridesRequest < Struct.new( :rotation_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The date and time for the beginning of a time range for listing overrides.
1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1549 class ListRotationOverridesRequest < Struct.new( :rotation_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |