/AWS1/CL_GGSBULKDEPLOYMENT¶
Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_bulkdeploymentarn
TYPE /AWS1/GGS__STRING
/AWS1/GGS__STRING
¶
The ARN of the bulk deployment.
iv_bulkdeploymentid
TYPE /AWS1/GGS__STRING
/AWS1/GGS__STRING
¶
The ID of the bulk deployment.
iv_createdat
TYPE /AWS1/GGS__STRING
/AWS1/GGS__STRING
¶
The time, in ISO format, when the deployment was created.
Queryable Attributes¶
BulkDeploymentArn¶
The ARN of the bulk deployment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BULKDEPLOYMENTARN() |
Getter for BULKDEPLOYMENTARN, with configurable default |
ASK_BULKDEPLOYMENTARN() |
Getter for BULKDEPLOYMENTARN w/ exceptions if field has no v |
HAS_BULKDEPLOYMENTARN() |
Determine if BULKDEPLOYMENTARN has a value |
BulkDeploymentId¶
The ID of the bulk deployment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BULKDEPLOYMENTID() |
Getter for BULKDEPLOYMENTID, with configurable default |
ASK_BULKDEPLOYMENTID() |
Getter for BULKDEPLOYMENTID w/ exceptions if field has no va |
HAS_BULKDEPLOYMENTID() |
Determine if BULKDEPLOYMENTID has a value |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BULKDEPLOYMENTS
¶
TYPES TT_BULKDEPLOYMENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GGSBULKDEPLOYMENT WITH DEFAULT KEY
.