/AWS1/CL_MA2CRITERIAFORJOB¶
Specifies a property- or tag-based condition that defines criteria for including or excluding S3 buckets from a classification job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_simplecriterion TYPE REF TO /AWS1/CL_MA2SIMPLECRITERIONF00 /AWS1/CL_MA2SIMPLECRITERIONF00¶
A property-based condition that defines a property, operator, and one or more values for including or excluding buckets from the job.
io_tagcriterion TYPE REF TO /AWS1/CL_MA2TAGCRITERIONFORJOB /AWS1/CL_MA2TAGCRITERIONFORJOB¶
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding buckets from the job.
Queryable Attributes¶
simpleCriterion¶
A property-based condition that defines a property, operator, and one or more values for including or excluding buckets from the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIMPLECRITERION() |
Getter for SIMPLECRITERION |
tagCriterion¶
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding buckets from the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGCRITERION() |
Getter for TAGCRITERION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFCRITERIAFORJOB¶
TYPES TT___LISTOFCRITERIAFORJOB TYPE STANDARD TABLE OF REF TO /AWS1/CL_MA2CRITERIAFORJOB WITH DEFAULT KEY
.