/AWS1/CL_EC2RELEASEHOSTSRESULT¶
ReleaseHostsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_successful TYPE /AWS1/CL_EC2RSPHOSTIDLIST_W=>TT_RESPONSEHOSTIDLIST TT_RESPONSEHOSTIDLIST¶
The IDs of the Dedicated Hosts that were successfully released.
it_unsuccessful TYPE /AWS1/CL_EC2UNSUCCESSFULITEM=>TT_UNSUCCESSFULITEMLIST TT_UNSUCCESSFULITEMLIST¶
The IDs of the Dedicated Hosts that could not be released, including an error message.
Queryable Attributes¶
Successful¶
The IDs of the Dedicated Hosts that were successfully released.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_SUCCESSFUL() | Getter for SUCCESSFUL, with configurable default | 
| ASK_SUCCESSFUL() | Getter for SUCCESSFUL w/ exceptions if field has no value | 
| HAS_SUCCESSFUL() | Determine if SUCCESSFUL has a value | 
Unsuccessful¶
The IDs of the Dedicated Hosts that could not be released, including an error message.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_UNSUCCESSFUL() | Getter for UNSUCCESSFUL, with configurable default | 
| ASK_UNSUCCESSFUL() | Getter for UNSUCCESSFUL w/ exceptions if field has no value | 
| HAS_UNSUCCESSFUL() | Determine if UNSUCCESSFUL has a value |