Class: Aws::Types::DeleteKeyPairResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_pair_id::String

Returns the value of attribute key_pair_id.

Returns:

  • (::String)


4243
4244
4245
# File 'sig/types.rbs', line 4243

def key_pair_id
  @key_pair_id
end

#returnBoolean

Returns the value of attribute return.

Returns:

  • (Boolean)


4242
4243
4244
# File 'sig/types.rbs', line 4242

def return
  @return
end