/AWS1/CL_DZNGETENVIRONMENTAC01¶
GetEnvironmentActionOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID¶
The ID of the Amazon DataZone domain in which the environment action lives.
iv_environmentid TYPE /AWS1/DZNENVIRONMENTID /AWS1/DZNENVIRONMENTID¶
The environment ID of the environment action.
iv_id TYPE /AWS1/DZNENVIRONMENTACTIONID /AWS1/DZNENVIRONMENTACTIONID¶
The ID of the environment action.
iv_name TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The name of the environment action.
io_parameters TYPE REF TO /AWS1/CL_DZNACTIONPARAMETERS /AWS1/CL_DZNACTIONPARAMETERS¶
The parameters of the environment action.
Optional arguments:¶
iv_description TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The description of the environment action.
Queryable Attributes¶
domainId¶
The ID of the Amazon DataZone domain in which the environment action lives.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
environmentId¶
The environment ID of the environment action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTID() |
Getter for ENVIRONMENTID, with configurable default |
ASK_ENVIRONMENTID() |
Getter for ENVIRONMENTID w/ exceptions if field has no value |
HAS_ENVIRONMENTID() |
Determine if ENVIRONMENTID has a value |
id¶
The ID of the environment action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
The name of the environment action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
parameters¶
The parameters of the environment action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS |
description¶
The description of the environment action.
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 |