/AWS1/CL_RDSENABLEHTTPENDPTRSP¶
EnableHttpEndpointResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
The ARN of the DB cluster.
iv_httpendpointenabled TYPE /AWS1/RDSBOOLEAN /AWS1/RDSBOOLEAN¶
Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
Queryable Attributes¶
ResourceArn¶
The ARN of the DB cluster.
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 |
HttpEndpointEnabled¶
Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HTTPENDPOINTENABLED() |
Getter for HTTPENDPOINTENABLED, with configurable default |
ASK_HTTPENDPOINTENABLED() |
Getter for HTTPENDPOINTENABLED w/ exceptions if field has no |
HAS_HTTPENDPOINTENABLED() |
Determine if HTTPENDPOINTENABLED has a value |