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

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

Instance Attribute Details

#creation_dateTime

The date that the package was created.

Returns:

  • (Time)


12436
12437
12438
12439
12440
12441
12442
12443
# File 'lib/aws-sdk-iot/types.rb', line 12436

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)


12436
12437
12438
12439
12440
12441
12442
12443
# File 'lib/aws-sdk-iot/types.rb', line 12436

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)


12436
12437
12438
12439
12440
12441
12442
12443
# File 'lib/aws-sdk-iot/types.rb', line 12436

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)


12436
12437
12438
12439
12440
12441
12442
12443
# File 'lib/aws-sdk-iot/types.rb', line 12436

class PackageSummary < Struct.new(
  :package_name,
  :default_version_name,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end