Class: Aws::IoT::Types::PackageVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PackageVersionSummary
- Defined in:
- gems/aws-sdk-iot/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.
13688 13689 13690 13691 13692 13693 13694 13695 13696 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13688 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.
13688 13689 13690 13691 13692 13693 13694 13695 13696 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13688 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.
13688 13689 13690 13691 13692 13693 13694 13695 13696 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13688 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.
13688 13689 13690 13691 13692 13693 13694 13695 13696 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13688 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.
13688 13689 13690 13691 13692 13693 13694 13695 13696 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13688 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |