/AWS1/CL_AMPPUTRLGRSNAMESPAC01¶
Represents the output of a PutRuleGroupsNamespace operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/AMPRULEGRPSNAMESPACENAME /AWS1/AMPRULEGRPSNAMESPACENAME¶
The name of the rule groups namespace that was updated.
iv_arn TYPE /AWS1/AMPRULEGRPSNAMESPACEARN /AWS1/AMPRULEGRPSNAMESPACEARN¶
The ARN of the rule groups namespace.
io_status TYPE REF TO /AWS1/CL_AMPRLGRSNAMESPACESTAT /AWS1/CL_AMPRLGRSNAMESPACESTAT¶
A structure that includes the current status of the rule groups namespace.
Optional arguments:¶
it_tags TYPE /AWS1/CL_AMPTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The list of tag keys and values that are associated with the namespace.
Queryable Attributes¶
name¶
The name of the rule groups namespace that was updated.
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 |
arn¶
The ARN of the rule groups namespace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
status¶
A structure that includes the current status of the rule groups namespace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
tags¶
The list of tag keys and values that are associated with the namespace.
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 |