Class: Aws::IoT::Types::PackageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PackageSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
A summary of information about a software package.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date that the package was created.
-
#default_version_name ⇒ String
The name of the default package version.
-
#last_modified_date ⇒ Time
The date that the package was last updated.
-
#package_name ⇒ String
The name for the target software package.
Instance Attribute Details
#creation_date ⇒ Time
The date that the package was created.
12942 12943 12944 12945 12946 12947 12948 12949 |
# File 'lib/aws-sdk-iot/types.rb', line 12942 class PackageSummary < Struct.new( :package_name, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#default_version_name ⇒ String
The name of the default package version.
12942 12943 12944 12945 12946 12947 12948 12949 |
# File 'lib/aws-sdk-iot/types.rb', line 12942 class PackageSummary < Struct.new( :package_name, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date that the package was last updated.
12942 12943 12944 12945 12946 12947 12948 12949 |
# File 'lib/aws-sdk-iot/types.rb', line 12942 class PackageSummary < Struct.new( :package_name, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#package_name ⇒ String
The name for the target software package.
12942 12943 12944 12945 12946 12947 12948 12949 |
# File 'lib/aws-sdk-iot/types.rb', line 12942 class PackageSummary < Struct.new( :package_name, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |