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.
12991 12992 12993 12994 12995 12996 12997 12998 12999 |
# File 'lib/aws-sdk-iot/types.rb', line 12991 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.
12991 12992 12993 12994 12995 12996 12997 12998 12999 |
# File 'lib/aws-sdk-iot/types.rb', line 12991 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.
12991 12992 12993 12994 12995 12996 12997 12998 12999 |
# File 'lib/aws-sdk-iot/types.rb', line 12991 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].
12991 12992 12993 12994 12995 12996 12997 12998 12999 |
# File 'lib/aws-sdk-iot/types.rb', line 12991 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.
12991 12992 12993 12994 12995 12996 12997 12998 12999 |
# File 'lib/aws-sdk-iot/types.rb', line 12991 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |