Class: Aws::Panorama::Types::RegisterPackageVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::RegisterPackageVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mark_latest ⇒ Boolean
Whether to mark the new version as the latest version.
-
#owner_account ⇒ String
An owner account.
-
#package_id ⇒ String
A package ID.
-
#package_version ⇒ String
A package version.
-
#patch_version ⇒ String
A patch version.
Instance Attribute Details
#mark_latest ⇒ Boolean
Whether to mark the new version as the latest version.
2565 2566 2567 2568 2569 2570 2571 2572 2573 |
# File 'lib/aws-sdk-panorama/types.rb', line 2565 class RegisterPackageVersionRequest < Struct.new( :mark_latest, :owner_account, :package_id, :package_version, :patch_version) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
An owner account.
2565 2566 2567 2568 2569 2570 2571 2572 2573 |
# File 'lib/aws-sdk-panorama/types.rb', line 2565 class RegisterPackageVersionRequest < Struct.new( :mark_latest, :owner_account, :package_id, :package_version, :patch_version) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
A package ID.
2565 2566 2567 2568 2569 2570 2571 2572 2573 |
# File 'lib/aws-sdk-panorama/types.rb', line 2565 class RegisterPackageVersionRequest < Struct.new( :mark_latest, :owner_account, :package_id, :package_version, :patch_version) SENSITIVE = [] include Aws::Structure end |
#package_version ⇒ String
A package version.
2565 2566 2567 2568 2569 2570 2571 2572 2573 |
# File 'lib/aws-sdk-panorama/types.rb', line 2565 class RegisterPackageVersionRequest < Struct.new( :mark_latest, :owner_account, :package_id, :package_version, :patch_version) SENSITIVE = [] include Aws::Structure end |
#patch_version ⇒ String
A patch version.
2565 2566 2567 2568 2569 2570 2571 2572 2573 |
# File 'lib/aws-sdk-panorama/types.rb', line 2565 class RegisterPackageVersionRequest < Struct.new( :mark_latest, :owner_account, :package_id, :package_version, :patch_version) SENSITIVE = [] include Aws::Structure end |