You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::KeyPair
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::KeyPair
 
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
- 
  
    
      #key_fingerprint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The SHA-1 digest of the DER encoded private key. 
- 
  
    
      #key_material  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An unencrypted PEM encoded RSA private key. 
- 
  
    
      #key_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the key pair. 
- 
  
    
      #key_pair_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the key pair. 
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Any tags applied to the key pair. 
Instance Attribute Details
#key_fingerprint ⇒ String
The SHA-1 digest of the DER encoded private key.
#key_material ⇒ String
An unencrypted PEM encoded RSA private key.
#key_name ⇒ String
The name of the key pair.
#key_pair_id ⇒ String
The ID of the key pair.
#tags ⇒ Array<Types::Tag>
Any tags applied to the key pair.