/AWS1/CL_DBRDESCRRULESETRSP¶
DescribeRulesetResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/DBRRULESETNAME /AWS1/DBRRULESETNAME¶
The name of the ruleset.
Optional arguments:¶
iv_description TYPE /AWS1/DBRRULESETDESCRIPTION /AWS1/DBRRULESETDESCRIPTION¶
The description of the ruleset.
iv_targetarn TYPE /AWS1/DBRARN /AWS1/DBRARN¶
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
it_rules TYPE /AWS1/CL_DBRRULE=>TT_RULELIST TT_RULELIST¶
A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
iv_createdate TYPE /AWS1/DBRDATE /AWS1/DBRDATE¶
The date and time that the ruleset was created.
iv_createdby TYPE /AWS1/DBRCREATEDBY /AWS1/DBRCREATEDBY¶
The Amazon Resource Name (ARN) of the user who created the ruleset.
iv_lastmodifiedby TYPE /AWS1/DBRLASTMODIFIEDBY /AWS1/DBRLASTMODIFIEDBY¶
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
iv_lastmodifieddate TYPE /AWS1/DBRDATE /AWS1/DBRDATE¶
The modification date and time of the ruleset.
iv_resourcearn TYPE /AWS1/DBRARN /AWS1/DBRARN¶
The Amazon Resource Name (ARN) for the ruleset.
it_tags TYPE /AWS1/CL_DBRTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
Metadata tags that have been applied to the ruleset.
Queryable Attributes¶
Name¶
The name of the ruleset.
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 |
Description¶
The description of the ruleset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
TargetArn¶
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETARN() |
Getter for TARGETARN, with configurable default |
ASK_TARGETARN() |
Getter for TARGETARN w/ exceptions if field has no value |
HAS_TARGETARN() |
Determine if TARGETARN has a value |
Rules¶
A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULES() |
Getter for RULES, with configurable default |
ASK_RULES() |
Getter for RULES w/ exceptions if field has no value |
HAS_RULES() |
Determine if RULES has a value |
CreateDate¶
The date and time that the ruleset was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDATE() |
Getter for CREATEDATE, with configurable default |
ASK_CREATEDATE() |
Getter for CREATEDATE w/ exceptions if field has no value |
HAS_CREATEDATE() |
Determine if CREATEDATE has a value |
CreatedBy¶
The Amazon Resource Name (ARN) of the user who created the ruleset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
LastModifiedBy¶
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDBY() |
Getter for LASTMODIFIEDBY, with configurable default |
ASK_LASTMODIFIEDBY() |
Getter for LASTMODIFIEDBY w/ exceptions if field has no valu |
HAS_LASTMODIFIEDBY() |
Determine if LASTMODIFIEDBY has a value |
LastModifiedDate¶
The modification date and time of the ruleset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE, with configurable default |
ASK_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE w/ exceptions if field has no va |
HAS_LASTMODIFIEDDATE() |
Determine if LASTMODIFIEDDATE has a value |
ResourceArn¶
The Amazon Resource Name (ARN) for the ruleset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
Tags¶
Metadata tags that have been applied to the ruleset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |