Class: Aws::Types::DeletePackageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#force_delete ⇒ Boolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


135
136
137
# File 'sig/types.rbs', line 135

def force_delete
  @force_delete
end

#package_id ⇒ ::String

Returns the value of attribute package_id.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def package_id
  @package_id
end