Class: Aws::Panorama::Types::DescribePackageVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_latest_patchBoolean

Whether the version is the latest available.

Returns:

  • (Boolean)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-panorama/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_accountString

The account ID of the version's owner.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-panorama/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_arnString

The ARN of the package.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-panorama/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_idString

The version's ID.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-panorama/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_nameString

The version's name.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-panorama/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_versionString

The version's version.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-panorama/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_versionString

The version's patch version.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-panorama/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_timeTime

The version's registered time.

Returns:

  • (Time)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-panorama/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

#statusString

The version's status.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-panorama/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_descriptionString

The version's status description.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-panorama/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