Class: Aws::EC2::Types::DescribeKeyPairsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of DescribeKeyPairs.

Instance Attribute Summary collapse

Instance Attribute Details

#key_pairsArray<Types::KeyPairInfo>

Information about one or more key pairs.

Returns:



7602
7603
7604
7605
# File 'lib/aws-sdk-ec2/types.rb', line 7602

class DescribeKeyPairsResult < Struct.new(
  :key_pairs)
  include Aws::Structure
end