/AWS1/CL_EC2DELETEKEYPAIRRSLT¶
DeleteKeyPairResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_RETURN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Is
true
if the request succeeds, and an error otherwise.
IV_KEYPAIRID
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The ID of the key pair.
Queryable Attributes¶
Return¶
Is
true
if the request succeeds, and an error otherwise.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RETURN() |
Getter for RETURN, with configurable default |
ASK_RETURN() |
Getter for RETURN w/ exceptions if field has no value |
HAS_RETURN() |
Determine if RETURN has a value |
KeyPairId¶
The ID of the key pair.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KEYPAIRID() |
Getter for KEYPAIRID, with configurable default |
ASK_KEYPAIRID() |
Getter for KEYPAIRID w/ exceptions if field has no value |
HAS_KEYPAIRID() |
Determine if KEYPAIRID has a value |