Class: Aws::SSMContacts::Types::ListPreviewRotationShiftsResult

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

#next_tokenString

The token for the next set of items to return. This token is used to get the next set of results.

Returns:

  • (String)


1515
1516
1517
1518
1519
1520
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1515

class ListPreviewRotationShiftsResult < Struct.new(
  :rotation_shifts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#rotation_shiftsArray<Types::RotationShift>

Details about a rotation shift, including times, types, and contacts.

Returns:



1515
1516
1517
1518
1519
1520
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1515

class ListPreviewRotationShiftsResult < Struct.new(
  :rotation_shifts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end