Class: Aws::Types::DeleteKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#force_deleteBoolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


400
401
402
# File 'sig/types.rbs', line 400

def force_delete
  @force_delete
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def key_name
  @key_name
end