Class: Aws::IoT::Types::PackageSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_dateTime

The date that the package was created.

Returns:

  • (Time)


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_nameString

The name of the default package version.

Returns:

  • (String)


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_dateTime

The date that the package was last updated.

Returns:

  • (Time)


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_nameString

The name for the target software package.

Returns:

  • (String)


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