/AWS1/CL_MHRGETSERVICERESPONSE¶
GetServiceResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_serviceid TYPE /AWS1/MHRSERVICEID /AWS1/MHRSERVICEID¶
The unique identifier of the service.
iv_name TYPE /AWS1/MHRSERVICENAME /AWS1/MHRSERVICENAME¶
The name of the service.
iv_arn TYPE /AWS1/MHRRESOURCEARN /AWS1/MHRRESOURCEARN¶
The Amazon Resource Name (ARN) of the service.
iv_owneraccountid TYPE /AWS1/MHRACCOUNTID /AWS1/MHRACCOUNTID¶
The Amazon Web Services account ID of the service owner.
iv_createdbyaccountid TYPE /AWS1/MHRACCOUNTID /AWS1/MHRACCOUNTID¶
The Amazon Web Services account ID of the service creator.
iv_description TYPE /AWS1/MHRDESCRIPTION /AWS1/MHRDESCRIPTION¶
The description of the service.
iv_environmentid TYPE /AWS1/MHRENVIRONMENTID /AWS1/MHRENVIRONMENTID¶
The unique identifier of the environment.
iv_applicationid TYPE /AWS1/MHRAPPLICATIONID /AWS1/MHRAPPLICATIONID¶
The ID of the application.
iv_vpcid TYPE /AWS1/MHRVPCID /AWS1/MHRVPCID¶
The ID of the virtual private cloud (VPC).
iv_endpointtype TYPE /AWS1/MHRSERVICEENDPOINTTYPE /AWS1/MHRSERVICEENDPOINTTYPE¶
The endpoint type of the service.
io_urlendpoint TYPE REF TO /AWS1/CL_MHRURLENDPOINTCONFIG /AWS1/CL_MHRURLENDPOINTCONFIG¶
The configuration for the URL endpoint type.
The Url isthe URL of the endpoint type.
The HealthUrl is the health check URL of the endpoint type.
io_lambdaendpoint TYPE REF TO /AWS1/CL_MHRLAMBDAENDPTCONFIG /AWS1/CL_MHRLAMBDAENDPTCONFIG¶
The configuration for the Lambda endpoint type.
The Arn is the Amazon Resource Name (ARN) of the Lambda function associated with this service.
iv_state TYPE /AWS1/MHRSERVICESTATE /AWS1/MHRSERVICESTATE¶
The current state of the service.
it_tags TYPE /AWS1/CL_MHRTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags assigned to the service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
io_error TYPE REF TO /AWS1/CL_MHRERRORRESPONSE /AWS1/CL_MHRERRORRESPONSE¶
Any error associated with the service resource.
iv_lastupdatedtime TYPE /AWS1/MHRTIMESTAMP /AWS1/MHRTIMESTAMP¶
A timestamp that indicates when the service was last updated.
iv_createdtime TYPE /AWS1/MHRTIMESTAMP /AWS1/MHRTIMESTAMP¶
The timestamp of when the service is created.
Queryable Attributes¶
ServiceId¶
The unique identifier of the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEID() |
Getter for SERVICEID, with configurable default |
ASK_SERVICEID() |
Getter for SERVICEID w/ exceptions if field has no value |
HAS_SERVICEID() |
Determine if SERVICEID has a value |
Name¶
The name of the service.
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 Amazon Resource Name (ARN) of the service.
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 |
OwnerAccountId¶
The Amazon Web Services account ID of the service owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERACCOUNTID() |
Getter for OWNERACCOUNTID, with configurable default |
ASK_OWNERACCOUNTID() |
Getter for OWNERACCOUNTID w/ exceptions if field has no valu |
HAS_OWNERACCOUNTID() |
Determine if OWNERACCOUNTID has a value |
CreatedByAccountId¶
The Amazon Web Services account ID of the service creator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBYACCOUNTID() |
Getter for CREATEDBYACCOUNTID, with configurable default |
ASK_CREATEDBYACCOUNTID() |
Getter for CREATEDBYACCOUNTID w/ exceptions if field has no |
HAS_CREATEDBYACCOUNTID() |
Determine if CREATEDBYACCOUNTID has a value |
Description¶
The description of the service.
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 |
EnvironmentId¶
The unique identifier of the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTID() |
Getter for ENVIRONMENTID, with configurable default |
ASK_ENVIRONMENTID() |
Getter for ENVIRONMENTID w/ exceptions if field has no value |
HAS_ENVIRONMENTID() |
Determine if ENVIRONMENTID has a value |
ApplicationId¶
The ID of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
VpcId¶
The ID of the virtual private cloud (VPC).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCID() |
Getter for VPCID, with configurable default |
ASK_VPCID() |
Getter for VPCID w/ exceptions if field has no value |
HAS_VPCID() |
Determine if VPCID has a value |
EndpointType¶
The endpoint type of the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTTYPE() |
Getter for ENDPOINTTYPE, with configurable default |
ASK_ENDPOINTTYPE() |
Getter for ENDPOINTTYPE w/ exceptions if field has no value |
HAS_ENDPOINTTYPE() |
Determine if ENDPOINTTYPE has a value |
UrlEndpoint¶
The configuration for the URL endpoint type.
The Url isthe URL of the endpoint type.
The HealthUrl is the health check URL of the endpoint type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URLENDPOINT() |
Getter for URLENDPOINT |
LambdaEndpoint¶
The configuration for the Lambda endpoint type.
The Arn is the Amazon Resource Name (ARN) of the Lambda function associated with this service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAMBDAENDPOINT() |
Getter for LAMBDAENDPOINT |
State¶
The current state of the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
Tags¶
The tags assigned to the service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
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 |
Error¶
Any error associated with the service resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
LastUpdatedTime¶
A timestamp that indicates when the service was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
CreatedTime¶
The timestamp of when the service is created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |