Class: Aws::Panorama::Types::DescribePackageVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DescribePackageVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#owner_account ⇒ String
The version’s owner account.
-
#package_id ⇒ String
The version’s ID.
-
#package_version ⇒ String
The version’s version.
-
#patch_version ⇒ String
The version’s patch version.
Instance Attribute Details
#owner_account ⇒ String
The version’s owner account.
1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-panorama/types.rb', line 1137 class DescribePackageVersionRequest < Struct.new( :owner_account, :package_id, :package_version, :patch_version) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
The version’s ID.
1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-panorama/types.rb', line 1137 class DescribePackageVersionRequest < Struct.new( :owner_account, :package_id, :package_version, :patch_version) SENSITIVE = [] include Aws::Structure end |
#package_version ⇒ String
The version’s version.
1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-panorama/types.rb', line 1137 class DescribePackageVersionRequest < Struct.new( :owner_account, :package_id, :package_version, :patch_version) SENSITIVE = [] include Aws::Structure end |
#patch_version ⇒ String
The version’s patch version.
1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-panorama/types.rb', line 1137 class DescribePackageVersionRequest < Struct.new( :owner_account, :package_id, :package_version, :patch_version) SENSITIVE = [] include Aws::Structure end |