Class: Aws::Panorama::Types::DeletePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DeletePackageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force_delete ⇒ Boolean
Delete the package even if it has artifacts stored in its access point.
-
#package_id ⇒ String
The package’s ID.
Instance Attribute Details
#force_delete ⇒ Boolean
Delete the package even if it has artifacts stored in its access point. Deletes the package’s artifacts from Amazon S3.
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_id ⇒ String
The package’s ID.
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 |