Class: Aws::IoT::Types::PackageVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PackageVersionSummary
- 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
-
#creation_date ⇒ Time
The date that the package version was created.
-
#last_modified_date ⇒ Time
The date that the package version was last updated.
-
#package_name ⇒ String
The name of the associated software package.
-
#status ⇒ String
The status of the package version.
-
#version_name ⇒ String
The name of the target package version.
Instance Attribute Details
#creation_date ⇒ Time
The date that the package version was created.
13729 13730 13731 13732 13733 13734 13735 13736 13737 |
# File 'lib/aws-sdk-iot/types.rb', line 13729 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date that the package version was last updated.
13729 13730 13731 13732 13733 13734 13735 13736 13737 |
# File 'lib/aws-sdk-iot/types.rb', line 13729 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#package_name ⇒ String
The name of the associated software package.
13729 13730 13731 13732 13733 13734 13735 13736 13737 |
# File 'lib/aws-sdk-iot/types.rb', line 13729 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the package version. For more information, see [Package version lifecycle].
13729 13730 13731 13732 13733 13734 13735 13736 13737 |
# File 'lib/aws-sdk-iot/types.rb', line 13729 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of the target package version.
13729 13730 13731 13732 13733 13734 13735 13736 13737 |
# File 'lib/aws-sdk-iot/types.rb', line 13729 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |