Class: Aws::SSMIncidents::Types::DeleteResponsePlanInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMIncidents::Types::DeleteResponsePlanInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmincidents/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the response plan.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the response plan.
      603 604 605 606 607  | 
    
      # File 'lib/aws-sdk-ssmincidents/types.rb', line 603 class DeleteResponsePlanInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end  |