/AWS1/CL_RDSFILTER¶
A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as IDs. The filters supported by a describe operation are documented with the describe operation.
Currently, wildcards are not supported in filters.
The following actions can be filtered:
-
DescribeDBClusterBacktracks
-
DescribeDBClusterEndpoints
-
DescribeDBClusters
-
DescribeDBInstances
-
DescribeDBRecommendations
-
DescribeDBShardGroups
-
DescribePendingMaintenanceActions
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_NAME
TYPE /AWS1/RDSSTRING
/AWS1/RDSSTRING
¶
The name of the filter. Filter names are case-sensitive.
IT_VALUES
TYPE /AWS1/CL_RDSFILTERVALUELIST_W=>TT_FILTERVALUELIST
TT_FILTERVALUELIST
¶
One or more filter values. Filter values are case-sensitive.
Queryable Attributes¶
Name¶
The name of the filter. Filter names are case-sensitive.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Values¶
One or more filter values. Filter values are case-sensitive.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES 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_FILTERLIST
¶
TYPES TT_FILTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSFILTER WITH DEFAULT KEY
.