/AWS1/CL_IN2BTCGETCODESNIPPE01¶
BatchGetCodeSnippetResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_codesnippetresults
TYPE /AWS1/CL_IN2CODESNIPPETRESULT=>TT_CODESNIPPETRESULTLIST
TT_CODESNIPPETRESULTLIST
¶
The retrieved code snippets associated with the provided finding ARNs.
it_errors
TYPE /AWS1/CL_IN2CODESNIPPETERROR=>TT_CODESNIPPETERRORLIST
TT_CODESNIPPETERRORLIST
¶
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
Queryable Attributes¶
codeSnippetResults¶
The retrieved code snippets associated with the provided finding ARNs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODESNIPPETRESULTS() |
Getter for CODESNIPPETRESULTS, with configurable default |
ASK_CODESNIPPETRESULTS() |
Getter for CODESNIPPETRESULTS w/ exceptions if field has no |
HAS_CODESNIPPETRESULTS() |
Determine if CODESNIPPETRESULTS has a value |
errors¶
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
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 |