Class: Aws::IoT::Types::PackageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PackageSummary
- Defined in:
- gems/aws-sdk-iot/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.
13639 13640 13641 13642 13643 13644 13645 13646 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13639 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.
13639 13640 13641 13642 13643 13644 13645 13646 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13639 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.
13639 13640 13641 13642 13643 13644 13645 13646 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13639 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.
13639 13640 13641 13642 13643 13644 13645 13646 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13639 class PackageSummary < Struct.new( :package_name, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |