Class: Aws::IoT::Types::PackageVersionSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

A summary of information about a package version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date that the package version was created.

Returns:

  • (Time)


12472
12473
12474
12475
12476
12477
12478
12479
12480
# File 'lib/aws-sdk-iot/types.rb', line 12472

class PackageVersionSummary < Struct.new(
  :package_name,
  :version_name,
  :status,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The date that the package version was last updated.

Returns:

  • (Time)


12472
12473
12474
12475
12476
12477
12478
12479
12480
# File 'lib/aws-sdk-iot/types.rb', line 12472

class PackageVersionSummary < Struct.new(
  :package_name,
  :version_name,
  :status,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#package_nameString

The name of the associated software package.

Returns:

  • (String)


12472
12473
12474
12475
12476
12477
12478
12479
12480
# File 'lib/aws-sdk-iot/types.rb', line 12472

class PackageVersionSummary < Struct.new(
  :package_name,
  :version_name,
  :status,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the package version. For more information, see [Package version lifecycle].

[1]: docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle

Returns:

  • (String)


12472
12473
12474
12475
12476
12477
12478
12479
12480
# File 'lib/aws-sdk-iot/types.rb', line 12472

class PackageVersionSummary < Struct.new(
  :package_name,
  :version_name,
  :status,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

The name of the target package version.

Returns:

  • (String)


12472
12473
12474
12475
12476
12477
12478
12479
12480
# File 'lib/aws-sdk-iot/types.rb', line 12472

class PackageVersionSummary < Struct.new(
  :package_name,
  :version_name,
  :status,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end