Skip to content

/AWS1/CL_IOTGETPACKAGERESPONSE

GetPackageResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_packagename TYPE /AWS1/IOTPACKAGENAME /AWS1/IOTPACKAGENAME

The name of the software package.

iv_packagearn TYPE /AWS1/IOTPACKAGEARN /AWS1/IOTPACKAGEARN

The ARN for the package.

iv_description TYPE /AWS1/IOTRESOURCEDESCRIPTION /AWS1/IOTRESOURCEDESCRIPTION

The package description.

iv_defaultversionname TYPE /AWS1/IOTVERSIONNAME /AWS1/IOTVERSIONNAME

The name of the default package version.

iv_creationdate TYPE /AWS1/IOTCREATIONDATE /AWS1/IOTCREATIONDATE

The date the package was created.

iv_lastmodifieddate TYPE /AWS1/IOTLASTMODIFIEDDATE /AWS1/IOTLASTMODIFIEDDATE

The date when the package was last updated.


Queryable Attributes

packageName

The name of the software package.

Accessible with the following methods

Method Description
GET_PACKAGENAME() Getter for PACKAGENAME, with configurable default
ASK_PACKAGENAME() Getter for PACKAGENAME w/ exceptions if field has no value
HAS_PACKAGENAME() Determine if PACKAGENAME has a value

packageArn

The ARN for the package.

Accessible with the following methods

Method Description
GET_PACKAGEARN() Getter for PACKAGEARN, with configurable default
ASK_PACKAGEARN() Getter for PACKAGEARN w/ exceptions if field has no value
HAS_PACKAGEARN() Determine if PACKAGEARN has a value

description

The package description.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

defaultVersionName

The name of the default package version.

Accessible with the following methods

Method Description
GET_DEFAULTVERSIONNAME() Getter for DEFAULTVERSIONNAME, with configurable default
ASK_DEFAULTVERSIONNAME() Getter for DEFAULTVERSIONNAME w/ exceptions if field has no
HAS_DEFAULTVERSIONNAME() Determine if DEFAULTVERSIONNAME has a value

creationDate

The date the package was created.

Accessible with the following methods

Method Description
GET_CREATIONDATE() Getter for CREATIONDATE, with configurable default
ASK_CREATIONDATE() Getter for CREATIONDATE w/ exceptions if field has no value
HAS_CREATIONDATE() Determine if CREATIONDATE has a value

lastModifiedDate

The date when the package was last updated.

Accessible with the following methods

Method Description
GET_LASTMODIFIEDDATE() Getter for LASTMODIFIEDDATE, with configurable default
ASK_LASTMODIFIEDDATE() Getter for LASTMODIFIEDDATE w/ exceptions if field has no va
HAS_LASTMODIFIEDDATE() Determine if LASTMODIFIEDDATE has a value