Class: Aws::SSMContacts::Types::ListRotationOverridesResult

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)


1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1570

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

#rotation_overridesArray<Types::RotationOverride>

A list of rotation overrides in the specified time range.

Returns:



1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1570

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