Class: Aws::EC2::Types::DescribeKeyPairsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeKeyPairsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #key_pairs  ⇒ Array<Types::KeyPairInfo> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the key pairs.
 
Instance Attribute Details
#key_pairs ⇒ Array<Types::KeyPairInfo>
Information about the key pairs.
      23333 23334 23335 23336 23337  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 23333 class DescribeKeyPairsResult < Struct.new( :key_pairs) SENSITIVE = [] include Aws::Structure end  |