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)


4379
4380
4381
# File 'sig/types.rbs', line 4379

def key_pair_id
  @key_pair_id
end

#returnBoolean

Returns the value of attribute return.

Returns:

  • (Boolean)


4378
4379
4380
# File 'sig/types.rbs', line 4378

def return
  @return
end