Class: Aws::SSMContacts::Types::DeleteRotationRequest

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 on-call rotation to delete.

Returns:

  • (String)


641
642
643
644
645
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 641

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