/AWS1/CL_SSMGETPARAMSRESULT¶
GetParametersResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_parameters TYPE /AWS1/CL_SSMPARAMETER=>TT_PARAMETERLIST TT_PARAMETERLIST¶
A list of details for a parameter.
it_invalidparameters TYPE /AWS1/CL_SSMPARAMNAMELIST_W=>TT_PARAMETERNAMELIST TT_PARAMETERNAMELIST¶
A list of parameters that aren't formatted correctly or don't run during an execution.
Queryable Attributes¶
Parameters¶
A list of details for a parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |
InvalidParameters¶
A list of parameters that aren't formatted correctly or don't run during an execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVALIDPARAMETERS() |
Getter for INVALIDPARAMETERS, with configurable default |
ASK_INVALIDPARAMETERS() |
Getter for INVALIDPARAMETERS w/ exceptions if field has no v |
HAS_INVALIDPARAMETERS() |
Determine if INVALIDPARAMETERS has a value |