Class: Aws::SSMContacts::Types::DeleteRotationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::DeleteRotationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rotation_id ⇒ String
The Amazon Resource Name (ARN) of the on-call rotation to delete.
Instance Attribute Details
#rotation_id ⇒ String
The Amazon Resource Name (ARN) of the on-call rotation to delete.
641 642 643 644 645 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 641 class DeleteRotationRequest < Struct.new( :rotation_id) SENSITIVE = [] include Aws::Structure end |