/AWS1/CL_ECRSCANNINGREPOSITO00¶
The details of a scanning repository filter. For more information on how to use filters, see Using filters in the Amazon Elastic Container Registry User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_filter TYPE /AWS1/ECRSCANNINGREPOSITORYF00 /AWS1/ECRSCANNINGREPOSITORYF00¶
The filter to use when scanning.
iv_filtertype TYPE /AWS1/ECRSCANNINGREPOSITORYF01 /AWS1/ECRSCANNINGREPOSITORYF01¶
The type associated with the filter.
Queryable Attributes¶
filter¶
The filter to use when scanning.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTER() |
Getter for FILTER, with configurable default |
ASK_FILTER() |
Getter for FILTER w/ exceptions if field has no value |
HAS_FILTER() |
Determine if FILTER has a value |
filterType¶
The type associated with the filter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERTYPE() |
Getter for FILTERTYPE, with configurable default |
ASK_FILTERTYPE() |
Getter for FILTERTYPE w/ exceptions if field has no value |
HAS_FILTERTYPE() |
Determine if FILTERTYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SCANNINGREPOSITORYFILTLIST¶
TYPES TT_SCANNINGREPOSITORYFILTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECRSCANNINGREPOSITO00 WITH DEFAULT KEY
.