/AWS1/CL_SMRLISTSECRETSRSP¶
ListSecretsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_secretlist TYPE /AWS1/CL_SMRSECRETLISTENTRY=>TT_SECRETLISTTYPE TT_SECRETLISTTYPE¶
A list of the secrets in the account.
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
ListSecretsagain with this value.
Queryable Attributes¶
SecretList¶
A list of the secrets in the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETLIST() |
Getter for SECRETLIST, with configurable default |
ASK_SECRETLIST() |
Getter for SECRETLIST w/ exceptions if field has no value |
HAS_SECRETLIST() |
Determine if SECRETLIST 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
ListSecretsagain 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 |