Class: Aws::Panorama::Types::DescribePackageVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DescribePackageVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_latest_patch ⇒ Boolean
Whether the version is the latest available.
-
#owner_account ⇒ String
The account ID of the version’s owner.
-
#package_arn ⇒ String
The ARN of the package.
-
#package_id ⇒ String
The version’s ID.
-
#package_name ⇒ String
The version’s name.
-
#package_version ⇒ String
The version’s version.
-
#patch_version ⇒ String
The version’s patch version.
-
#registered_time ⇒ Time
The version’s registered time.
-
#status ⇒ String
The version’s status.
-
#status_description ⇒ String
The version’s status description.
Instance Attribute Details
#is_latest_patch ⇒ Boolean
Whether the version is the latest available.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-panorama/types.rb', line 1188 class DescribePackageVersionResponse < Struct.new( :is_latest_patch, :owner_account, :package_arn, :package_id, :package_name, :package_version, :patch_version, :registered_time, :status, :status_description) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The account ID of the version’s owner.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-panorama/types.rb', line 1188 class DescribePackageVersionResponse < Struct.new( :is_latest_patch, :owner_account, :package_arn, :package_id, :package_name, :package_version, :patch_version, :registered_time, :status, :status_description) SENSITIVE = [] include Aws::Structure end |
#package_arn ⇒ String
The ARN of the package.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-panorama/types.rb', line 1188 class DescribePackageVersionResponse < Struct.new( :is_latest_patch, :owner_account, :package_arn, :package_id, :package_name, :package_version, :patch_version, :registered_time, :status, :status_description) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
The version’s ID.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-panorama/types.rb', line 1188 class DescribePackageVersionResponse < Struct.new( :is_latest_patch, :owner_account, :package_arn, :package_id, :package_name, :package_version, :patch_version, :registered_time, :status, :status_description) SENSITIVE = [] include Aws::Structure end |
#package_name ⇒ String
The version’s name.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-panorama/types.rb', line 1188 class DescribePackageVersionResponse < Struct.new( :is_latest_patch, :owner_account, :package_arn, :package_id, :package_name, :package_version, :patch_version, :registered_time, :status, :status_description) SENSITIVE = [] include Aws::Structure end |
#package_version ⇒ String
The version’s version.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-panorama/types.rb', line 1188 class DescribePackageVersionResponse < Struct.new( :is_latest_patch, :owner_account, :package_arn, :package_id, :package_name, :package_version, :patch_version, :registered_time, :status, :status_description) SENSITIVE = [] include Aws::Structure end |
#patch_version ⇒ String
The version’s patch version.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-panorama/types.rb', line 1188 class DescribePackageVersionResponse < Struct.new( :is_latest_patch, :owner_account, :package_arn, :package_id, :package_name, :package_version, :patch_version, :registered_time, :status, :status_description) SENSITIVE = [] include Aws::Structure end |
#registered_time ⇒ Time
The version’s registered time.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-panorama/types.rb', line 1188 class DescribePackageVersionResponse < Struct.new( :is_latest_patch, :owner_account, :package_arn, :package_id, :package_name, :package_version, :patch_version, :registered_time, :status, :status_description) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The version’s status.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-panorama/types.rb', line 1188 class DescribePackageVersionResponse < Struct.new( :is_latest_patch, :owner_account, :package_arn, :package_id, :package_name, :package_version, :patch_version, :registered_time, :status, :status_description) SENSITIVE = [] include Aws::Structure end |
#status_description ⇒ String
The version’s status description.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-panorama/types.rb', line 1188 class DescribePackageVersionResponse < Struct.new( :is_latest_patch, :owner_account, :package_arn, :package_id, :package_name, :package_version, :patch_version, :registered_time, :status, :status_description) SENSITIVE = [] include Aws::Structure end |