Class: Aws::SSMContacts::Types::ListRotationsResult

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)


1670
1671
1672
1673
1674
1675
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1670

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

#rotationsArray<Types::Rotation>

Information about rotations that meet the filter criteria.

Returns:



1670
1671
1672
1673
1674
1675
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1670

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