/AWS1/CL_VL_UPDTARGETGROUPRSP¶
UpdateTargetGroupResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/VL_TARGETGROUPID /AWS1/VL_TARGETGROUPID¶
The ID of the target group.
iv_arn TYPE /AWS1/VL_TARGETGROUPARN /AWS1/VL_TARGETGROUPARN¶
The Amazon Resource Name (ARN) of the target group.
iv_name TYPE /AWS1/VL_TARGETGROUPNAME /AWS1/VL_TARGETGROUPNAME¶
The name of the target group.
iv_type TYPE /AWS1/VL_TARGETGROUPTYPE /AWS1/VL_TARGETGROUPTYPE¶
The target group type.
io_config TYPE REF TO /AWS1/CL_VL_TARGETGROUPCONFIG /AWS1/CL_VL_TARGETGROUPCONFIG¶
The target group configuration.
iv_status TYPE /AWS1/VL_TARGETGROUPSTATUS /AWS1/VL_TARGETGROUPSTATUS¶
The status.
Queryable Attributes¶
id¶
The ID of the target group.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_ID() | Getter for ID, with configurable default | 
| ASK_ID() | Getter for ID w/ exceptions if field has no value | 
| HAS_ID() | Determine if ID has a value | 
arn¶
The Amazon Resource Name (ARN) of the target group.
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 | 
name¶
The name of the target group.
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 | 
type¶
The target group type.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_TYPE() | Getter for TYPE, with configurable default | 
| ASK_TYPE() | Getter for TYPE w/ exceptions if field has no value | 
| HAS_TYPE() | Determine if TYPE has a value | 
config¶
The target group configuration.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CONFIG() | Getter for CONFIG | 
status¶
The status.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_STATUS() | Getter for STATUS, with configurable default | 
| ASK_STATUS() | Getter for STATUS w/ exceptions if field has no value | 
| HAS_STATUS() | Determine if STATUS has a value |