Class: Aws::SSMContacts::Types::ListRotationShiftsRequest

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 the time range to list shifts for.

Returns:

  • (Time)


1618
1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1618

class ListRotationShiftsRequest < 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)


1618
1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1618

class ListRotationShiftsRequest < 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)


1618
1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1618

class ListRotationShiftsRequest < 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 shift information about.

Returns:

  • (String)


1618
1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1618

class ListRotationShiftsRequest < 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 the time range to list shifts for.

Returns:

  • (Time)


1618
1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1618

class ListRotationShiftsRequest < Struct.new(
  :rotation_id,
  :start_time,
  :end_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end