/AWS1/CL_GGSBULKDEPLOYMENTRSLT¶
Information about an individual group deployment in a bulk deployment operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_createdat
TYPE /AWS1/GGS__STRING
/AWS1/GGS__STRING
¶
The time, in ISO format, when the deployment was created.
iv_deploymentarn
TYPE /AWS1/GGS__STRING
/AWS1/GGS__STRING
¶
The ARN of the group deployment.
iv_deploymentid
TYPE /AWS1/GGS__STRING
/AWS1/GGS__STRING
¶
The ID of the group deployment.
iv_deploymentstatus
TYPE /AWS1/GGS__STRING
/AWS1/GGS__STRING
¶
The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
iv_deploymenttype
TYPE /AWS1/GGSDEPLOYMENTTYPE
/AWS1/GGSDEPLOYMENTTYPE
¶
The type of the deployment.
it_errordetails
TYPE /AWS1/CL_GGSERRORDETAIL=>TT_ERRORDETAILS
TT_ERRORDETAILS
¶
Details about the error.
iv_errormessage
TYPE /AWS1/GGS__STRING
/AWS1/GGS__STRING
¶
The error message for a failed deployment
iv_grouparn
TYPE /AWS1/GGS__STRING
/AWS1/GGS__STRING
¶
The ARN of the Greengrass group.
Queryable Attributes¶
CreatedAt¶
The time, in ISO format, when the deployment was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
DeploymentArn¶
The ARN of the group deployment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEPLOYMENTARN() |
Getter for DEPLOYMENTARN, with configurable default |
ASK_DEPLOYMENTARN() |
Getter for DEPLOYMENTARN w/ exceptions if field has no value |
HAS_DEPLOYMENTARN() |
Determine if DEPLOYMENTARN has a value |
DeploymentId¶
The ID of the group deployment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEPLOYMENTID() |
Getter for DEPLOYMENTID, with configurable default |
ASK_DEPLOYMENTID() |
Getter for DEPLOYMENTID w/ exceptions if field has no value |
HAS_DEPLOYMENTID() |
Determine if DEPLOYMENTID has a value |
DeploymentStatus¶
The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEPLOYMENTSTATUS() |
Getter for DEPLOYMENTSTATUS, with configurable default |
ASK_DEPLOYMENTSTATUS() |
Getter for DEPLOYMENTSTATUS w/ exceptions if field has no va |
HAS_DEPLOYMENTSTATUS() |
Determine if DEPLOYMENTSTATUS has a value |
DeploymentType¶
The type of the deployment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEPLOYMENTTYPE() |
Getter for DEPLOYMENTTYPE, with configurable default |
ASK_DEPLOYMENTTYPE() |
Getter for DEPLOYMENTTYPE w/ exceptions if field has no valu |
HAS_DEPLOYMENTTYPE() |
Determine if DEPLOYMENTTYPE has a value |
ErrorDetails¶
Details about the error.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORDETAILS() |
Getter for ERRORDETAILS, with configurable default |
ASK_ERRORDETAILS() |
Getter for ERRORDETAILS w/ exceptions if field has no value |
HAS_ERRORDETAILS() |
Determine if ERRORDETAILS has a value |
ErrorMessage¶
The error message for a failed deployment
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
GroupArn¶
The ARN of the Greengrass group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GROUPARN() |
Getter for GROUPARN, with configurable default |
ASK_GROUPARN() |
Getter for GROUPARN w/ exceptions if field has no value |
HAS_GROUPARN() |
Determine if GROUPARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BULKDEPLOYMENTRESULTS
¶
TYPES TT_BULKDEPLOYMENTRESULTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GGSBULKDEPLOYMENTRSLT WITH DEFAULT KEY
.