Class: Aws::Types::DeleteCertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def certificate_id
  @certificate_id
end

#force_deleteBoolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def force_delete
  @force_delete
end