/AWS1/CL_IN2LSTCODESECSCANCO01¶
ListCodeSecurityScanConfigurationAssociationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_associations TYPE /AWS1/CL_IN2CODESECSCANCONFA00=>TT_CODESECSCANCONFASSOCIATIO00 TT_CODESECSCANCONFASSOCIATIO00¶
A list of associations between code repositories and scan configurations.
iv_nexttoken TYPE /AWS1/IN2NEXTTOKEN /AWS1/IN2NEXTTOKEN¶
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the
NextTokenvalue returned from the previous request to continue listing results after the first page.
Queryable Attributes¶
associations¶
A list of associations between code repositories and scan configurations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONS() |
Getter for ASSOCIATIONS, with configurable default |
ASK_ASSOCIATIONS() |
Getter for ASSOCIATIONS w/ exceptions if field has no value |
HAS_ASSOCIATIONS() |
Determine if ASSOCIATIONS has a value |
nextToken¶
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the
NextTokenvalue returned from the previous request to continue listing results after the first page.
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 |