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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#key_pairsArray<Types::KeyPairInfo>

Information about one or more key pairs.

Returns:



12395
12396
12397
12398
# File 'lib/aws-sdk-ec2/types.rb', line 12395

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