/AWS1/CL_KFCCRECUSTPLUGINRSP¶
CreateCustomPluginResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_custompluginarn TYPE /AWS1/KFC__STRING /AWS1/KFC__STRING¶
The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.
iv_custompluginstate TYPE /AWS1/KFCCUSTOMPLUGINSTATE /AWS1/KFCCUSTOMPLUGINSTATE¶
The state of the custom plugin.
iv_name TYPE /AWS1/KFC__STRING /AWS1/KFC__STRING¶
The name of the custom plugin.
iv_revision TYPE /AWS1/KFC__LONG /AWS1/KFC__LONG¶
The revision of the custom plugin.
Queryable Attributes¶
customPluginArn¶
The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMPLUGINARN() |
Getter for CUSTOMPLUGINARN, with configurable default |
ASK_CUSTOMPLUGINARN() |
Getter for CUSTOMPLUGINARN w/ exceptions if field has no val |
HAS_CUSTOMPLUGINARN() |
Determine if CUSTOMPLUGINARN has a value |
customPluginState¶
The state of the custom plugin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMPLUGINSTATE() |
Getter for CUSTOMPLUGINSTATE, with configurable default |
ASK_CUSTOMPLUGINSTATE() |
Getter for CUSTOMPLUGINSTATE w/ exceptions if field has no v |
HAS_CUSTOMPLUGINSTATE() |
Determine if CUSTOMPLUGINSTATE has a value |
name¶
The name of the custom plugin.
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 |
revision¶
The revision of the custom plugin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISION() |
Getter for REVISION |