You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::DeleteAssociationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::DeleteAssociationRequest
 
 
- Defined in:
 - (unknown)
 
Overview
    Note:
    
  
  When passing DeleteAssociationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  name: "DocumentARN",
  instance_id: "InstanceId",
  association_id: "AssociationId",
}
Instance Attribute Summary collapse
- 
  
    
      #association_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association ID that you want to delete.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the instance.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Systems Manager document.
 
Instance Attribute Details
#association_id ⇒ String
The association ID that you want to delete.
#instance_id ⇒ String
The ID of the instance.
#name ⇒ String
The name of the Systems Manager document.