Class: Aws::SSMContacts::Types::ListRotationShiftsResult

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. Use this token to get the next set of results.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1639

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

#rotation_shiftsArray<Types::RotationShift>

Information about shifts that meet the filter criteria.

Returns:



1639
1640
1641
1642
1643
1644
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1639

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