Class: Aws::Panorama::Types::DeregisterPackageVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DeregisterPackageVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#owner_account ⇒ String
An owner account.
-
#package_id ⇒ String
A package ID.
-
#package_version ⇒ String
A package version.
-
#patch_version ⇒ String
A patch version.
-
#updated_latest_patch_version ⇒ String
If the version was marked latest, the new version to maker as latest.
Instance Attribute Details
#owner_account ⇒ String
An owner account.
461 462 463 464 465 466 467 468 469 |
# File 'lib/aws-sdk-panorama/types.rb', line 461 class DeregisterPackageVersionRequest < Struct.new( :owner_account, :package_id, :package_version, :patch_version, :updated_latest_patch_version) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
A package ID.
461 462 463 464 465 466 467 468 469 |
# File 'lib/aws-sdk-panorama/types.rb', line 461 class DeregisterPackageVersionRequest < Struct.new( :owner_account, :package_id, :package_version, :patch_version, :updated_latest_patch_version) SENSITIVE = [] include Aws::Structure end |
#package_version ⇒ String
A package version.
461 462 463 464 465 466 467 468 469 |
# File 'lib/aws-sdk-panorama/types.rb', line 461 class DeregisterPackageVersionRequest < Struct.new( :owner_account, :package_id, :package_version, :patch_version, :updated_latest_patch_version) SENSITIVE = [] include Aws::Structure end |
#patch_version ⇒ String
A patch version.
461 462 463 464 465 466 467 468 469 |
# File 'lib/aws-sdk-panorama/types.rb', line 461 class DeregisterPackageVersionRequest < Struct.new( :owner_account, :package_id, :package_version, :patch_version, :updated_latest_patch_version) SENSITIVE = [] include Aws::Structure end |
#updated_latest_patch_version ⇒ String
If the version was marked latest, the new version to maker as latest.
461 462 463 464 465 466 467 468 469 |
# File 'lib/aws-sdk-panorama/types.rb', line 461 class DeregisterPackageVersionRequest < Struct.new( :owner_account, :package_id, :package_version, :patch_version, :updated_latest_patch_version) SENSITIVE = [] include Aws::Structure end |