Class: Aws::SSMContacts::Types::DeleteRotationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSMContacts::Types::DeleteRotationRequest
 
- Defined in:
- gems/aws-sdk-ssmcontacts/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.
| 656 657 658 659 660 | # File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 656 class DeleteRotationRequest < Struct.new( :rotation_id) SENSITIVE = [] include Aws::Structure end |