Class: Aws::SSMContacts::Types::DeleteRotationOverrideRequest

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

#rotation_idString

The Amazon Resource Name (ARN) of the rotation that was overridden.

Returns:

  • (String)


624
625
626
627
628
629
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 624

class DeleteRotationOverrideRequest < Struct.new(
  :rotation_id,
  :rotation_override_id)
  SENSITIVE = []
  include Aws::Structure
end

#rotation_override_idString

The Amazon Resource Name (ARN) of the on-call rotation override to delete.

Returns:

  • (String)


624
625
626
627
628
629
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 624

class DeleteRotationOverrideRequest < Struct.new(
  :rotation_id,
  :rotation_override_id)
  SENSITIVE = []
  include Aws::Structure
end