Skip to content

/AWS1/CL_SMRBTCGETSECRETVALRSP

BatchGetSecretValueResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_SECRETVALUES TYPE /AWS1/CL_SMRSECRETVALUEENTRY=>TT_SECRETVALUESTYPE TT_SECRETVALUESTYPE

A list of secret values.

IV_NEXTTOKEN TYPE /AWS1/SMRNEXTTOKENTYPE /AWS1/SMRNEXTTOKENTYPE

Secrets Manager includes this value if
there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call BatchGetSecretValue again with this value.

IT_ERRORS TYPE /AWS1/CL_SMRAPIERRORTYPE=>TT_APIERRORLISTTYPE TT_APIERRORLISTTYPE

A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.


Queryable Attributes

SecretValues

A list of secret values.

Accessible with the following methods

Method Description
GET_SECRETVALUES() Getter for SECRETVALUES, with configurable default
ASK_SECRETVALUES() Getter for SECRETVALUES w/ exceptions if field has no value
HAS_SECRETVALUES() Determine if SECRETVALUES has a value

NextToken

Secrets Manager includes this value if
there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call BatchGetSecretValue again with this value.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value

Errors

A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.

Accessible with the following methods

Method Description
GET_ERRORS() Getter for ERRORS, with configurable default
ASK_ERRORS() Getter for ERRORS w/ exceptions if field has no value
HAS_ERRORS() Determine if ERRORS has a value