Class: Aws::EC2::Types::DeleteKeyPairResult

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_pair_idString

The ID of the key pair.

Returns:

  • (String)


14115
14116
14117
14118
14119
14120
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14115

class DeleteKeyPairResult < Struct.new(
  :return,
  :key_pair_id)
  SENSITIVE = []
  include Aws::Structure
end

#returnBoolean

Is true if the request succeeds, and an error otherwise.

Returns:

  • (Boolean)


14115
14116
14117
14118
14119
14120
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14115

class DeleteKeyPairResult < Struct.new(
  :return,
  :key_pair_id)
  SENSITIVE = []
  include Aws::Structure
end