Class: Aws::Panorama::Types::PackageVersionOutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::PackageVersionOutputConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A package version output configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mark_latest ⇒ Boolean
Indicates that the version is recommended for all users.
-
#package_name ⇒ String
The output’s package name.
-
#package_version ⇒ String
The output’s package version.
Instance Attribute Details
#mark_latest ⇒ Boolean
Indicates that the version is recommended for all users.
2476 2477 2478 2479 2480 2481 2482 |
# File 'lib/aws-sdk-panorama/types.rb', line 2476 class PackageVersionOutputConfig < Struct.new( :mark_latest, :package_name, :package_version) SENSITIVE = [] include Aws::Structure end |
#package_name ⇒ String
The output’s package name.
2476 2477 2478 2479 2480 2481 2482 |
# File 'lib/aws-sdk-panorama/types.rb', line 2476 class PackageVersionOutputConfig < Struct.new( :mark_latest, :package_name, :package_version) SENSITIVE = [] include Aws::Structure end |
#package_version ⇒ String
The output’s package version.
2476 2477 2478 2479 2480 2481 2482 |
# File 'lib/aws-sdk-panorama/types.rb', line 2476 class PackageVersionOutputConfig < Struct.new( :mark_latest, :package_name, :package_version) SENSITIVE = [] include Aws::Structure end |