Class: Aws::SSMContacts::Types::DeleteRotationOverrideRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::DeleteRotationOverrideRequest
- 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 rotation that was overridden.
-
#rotation_override_id ⇒ String
The Amazon Resource Name (ARN) of the on-call rotation override to delete.
Instance Attribute Details
#rotation_id ⇒ String
The Amazon Resource Name (ARN) of the rotation that was overridden.
624 625 626 627 628 629 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 624 class DeleteRotationOverrideRequest < Struct.new( :rotation_id, :rotation_override_id) SENSITIVE = [] include Aws::Structure end |
#rotation_override_id ⇒ String
The Amazon Resource Name (ARN) of the on-call rotation override to delete.
624 625 626 627 628 629 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 624 class DeleteRotationOverrideRequest < Struct.new( :rotation_id, :rotation_override_id) SENSITIVE = [] include Aws::Structure end |