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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_pairsArray<Types::KeyPairInfo>

Information about the key pairs.

Returns:



21368
21369
21370
21371
21372
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21368

class DescribeKeyPairsResult < Struct.new(
  :key_pairs)
  SENSITIVE = []
  include Aws::Structure
end