Class: Aws::SSMContacts::Types::ListRotationOverridesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The date and time for the end of a time range for listing overrides.

Returns:

  • (Time)


1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ssmcontacts/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_resultsInteger

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.

Returns:

  • (Integer)


1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ssmcontacts/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_tokenString

A token to start the list. Use this token to get the next set of results.

Returns:

  • (String)


1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ssmcontacts/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_idString

The Amazon Resource Name (ARN) of the rotation to retrieve information about.

Returns:

  • (String)


1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ssmcontacts/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_timeTime

The date and time for the beginning of a time range for listing overrides.

Returns:

  • (Time)


1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ssmcontacts/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