Class: Aws::EC2::Types::DeleteKeyPairResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteKeyPairResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #key_pair_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the key pair.
 - 
  
    
      #return  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Is ‘true` if the request succeeds, and an error otherwise.
 
Instance Attribute Details
#key_pair_id ⇒ String
The ID of the key pair.
      15622 15623 15624 15625 15626 15627  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 15622 class DeleteKeyPairResult < Struct.new( :return, :key_pair_id) SENSITIVE = [] include Aws::Structure end  | 
  
#return ⇒ Boolean
Is ‘true` if the request succeeds, and an error otherwise.
      15622 15623 15624 15625 15626 15627  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 15622 class DeleteKeyPairResult < Struct.new( :return, :key_pair_id) SENSITIVE = [] include Aws::Structure end  |