Class: Aws::Transfer::Types::DeleteAgreementRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::DeleteAgreementRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agreement_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the agreement.
 - 
  
    
      #server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The server identifier associated with the agreement that you are deleting.
 
Instance Attribute Details
#agreement_id ⇒ String
A unique identifier for the agreement. This identifier is returned when you create an agreement.
      1365 1366 1367 1368 1369 1370  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1365 class DeleteAgreementRequest < Struct.new( :agreement_id, :server_id) SENSITIVE = [] include Aws::Structure end  | 
  
#server_id ⇒ String
The server identifier associated with the agreement that you are deleting.
      1365 1366 1367 1368 1369 1370  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1365 class DeleteAgreementRequest < Struct.new( :agreement_id, :server_id) SENSITIVE = [] include Aws::Structure end  |