Class: Aws::Panorama::Types::DeletePackageRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-panorama/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#force_deleteBoolean

Delete the package even if it has artifacts stored in its access point. Deletes the package’s artifacts from Amazon S3.

Returns:

  • (Boolean)


427
428
429
430
431
432
# File 'lib/aws-sdk-panorama/types.rb', line 427

class DeletePackageRequest < Struct.new(
  :force_delete,
  :package_id)
  SENSITIVE = []
  include Aws::Structure
end

#package_idString

The package’s ID.

Returns:

  • (String)


427
428
429
430
431
432
# File 'lib/aws-sdk-panorama/types.rb', line 427

class DeletePackageRequest < Struct.new(
  :force_delete,
  :package_id)
  SENSITIVE = []
  include Aws::Structure
end