/AWS1/CL_SHBCREATECNCTRRSP¶
CreateConnectorResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_connectorarn TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The Amazon Resource Name (ARN) of the connector.
iv_connectorid TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The unique identifier of the connector.
Optional arguments:¶
iv_connectorstatus TYPE /AWS1/SHBCSPMCONNECTORSTATUS /AWS1/SHBCSPMCONNECTORSTATUS¶
The connectivity status of the connector.
iv_enablementstatus TYPE /AWS1/SHBCSPMENABLEMENTSTATUS /AWS1/SHBCSPMENABLEMENTSTATUS¶
The enablement status of the connector.
Queryable Attributes¶
ConnectorArn¶
The Amazon Resource Name (ARN) of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORARN() |
Getter for CONNECTORARN, with configurable default |
ASK_CONNECTORARN() |
Getter for CONNECTORARN w/ exceptions if field has no value |
HAS_CONNECTORARN() |
Determine if CONNECTORARN has a value |
ConnectorId¶
The unique identifier of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORID() |
Getter for CONNECTORID, with configurable default |
ASK_CONNECTORID() |
Getter for CONNECTORID w/ exceptions if field has no value |
HAS_CONNECTORID() |
Determine if CONNECTORID has a value |
ConnectorStatus¶
The connectivity status of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORSTATUS() |
Getter for CONNECTORSTATUS, with configurable default |
ASK_CONNECTORSTATUS() |
Getter for CONNECTORSTATUS w/ exceptions if field has no val |
HAS_CONNECTORSTATUS() |
Determine if CONNECTORSTATUS has a value |
EnablementStatus¶
The enablement status of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLEMENTSTATUS() |
Getter for ENABLEMENTSTATUS, with configurable default |
ASK_ENABLEMENTSTATUS() |
Getter for ENABLEMENTSTATUS w/ exceptions if field has no va |
HAS_ENABLEMENTSTATUS() |
Determine if ENABLEMENTSTATUS has a value |