/AWS1/CL_MA2JOBSCOPETERM¶
Specifies a property- or tag-based condition that defines criteria for including or excluding S3 objects from a classification job. A JobScopeTerm object can contain only one simpleScopeTerm object or one tagScopeTerm object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_simplescopeterm TYPE REF TO /AWS1/CL_MA2SIMPLESCOPETERM /AWS1/CL_MA2SIMPLESCOPETERM¶
A property-based condition that defines a property, operator, and one or more values for including or excluding objects from the job.
io_tagscopeterm TYPE REF TO /AWS1/CL_MA2TAGSCOPETERM /AWS1/CL_MA2TAGSCOPETERM¶
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding objects from the job.
Queryable Attributes¶
simpleScopeTerm¶
A property-based condition that defines a property, operator, and one or more values for including or excluding objects from the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIMPLESCOPETERM() |
Getter for SIMPLESCOPETERM |
tagScopeTerm¶
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding objects from the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGSCOPETERM() |
Getter for TAGSCOPETERM |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFJOBSCOPETERM¶
TYPES TT___LISTOFJOBSCOPETERM TYPE STANDARD TABLE OF REF TO /AWS1/CL_MA2JOBSCOPETERM WITH DEFAULT KEY
.