Class: Aws::SSMContacts::Types::ListPreviewRotationShiftsRequest

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 a rotation shift would end.

Returns:

  • (Time)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1489

class ListPreviewRotationShiftsRequest < Struct.new(
  :rotation_start_time,
  :start_time,
  :end_time,
  :members,
  :time_zone_id,
  :recurrence,
  :overrides,
  :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 can be specified in a subsequent call to get the next set of results.

Returns:

  • (Integer)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1489

class ListPreviewRotationShiftsRequest < Struct.new(
  :rotation_start_time,
  :start_time,
  :end_time,
  :members,
  :time_zone_id,
  :recurrence,
  :overrides,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#membersArray<String>

The contacts that would be assigned to a rotation.

Returns:

  • (Array<String>)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1489

class ListPreviewRotationShiftsRequest < Struct.new(
  :rotation_start_time,
  :start_time,
  :end_time,
  :members,
  :time_zone_id,
  :recurrence,
  :overrides,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to start the list. This token is used to get the next set of results.

Returns:

  • (String)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1489

class ListPreviewRotationShiftsRequest < Struct.new(
  :rotation_start_time,
  :start_time,
  :end_time,
  :members,
  :time_zone_id,
  :recurrence,
  :overrides,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#overridesArray<Types::PreviewOverride>

Information about changes that would be made in a rotation override.

Returns:



1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1489

class ListPreviewRotationShiftsRequest < Struct.new(
  :rotation_start_time,
  :start_time,
  :end_time,
  :members,
  :time_zone_id,
  :recurrence,
  :overrides,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#recurrenceTypes::RecurrenceSettings

Information about how long a rotation would last before restarting at the beginning of the shift order.



1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1489

class ListPreviewRotationShiftsRequest < Struct.new(
  :rotation_start_time,
  :start_time,
  :end_time,
  :members,
  :time_zone_id,
  :recurrence,
  :overrides,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#rotation_start_timeTime

The date and time a rotation would begin. The first shift is calculated from this date and time.

Returns:

  • (Time)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1489

class ListPreviewRotationShiftsRequest < Struct.new(
  :rotation_start_time,
  :start_time,
  :end_time,
  :members,
  :time_zone_id,
  :recurrence,
  :overrides,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Used to filter the range of calculated shifts before sending the response back to the user.

Returns:

  • (Time)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1489

class ListPreviewRotationShiftsRequest < Struct.new(
  :rotation_start_time,
  :start_time,
  :end_time,
  :members,
  :time_zone_id,
  :recurrence,
  :overrides,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#time_zone_idString

The time zone the rotation’s activity would be based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul".

Returns:

  • (String)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1489

class ListPreviewRotationShiftsRequest < Struct.new(
  :rotation_start_time,
  :start_time,
  :end_time,
  :members,
  :time_zone_id,
  :recurrence,
  :overrides,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end