Skip to content

/AWS1/CL_EC2CONFPRODUCTINSTRS

ConfirmProductInstanceResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_OWNERID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.

IV_RETURN TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.


Queryable Attributes

OwnerId

The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.

Accessible with the following methods

Method Description
GET_OWNERID() Getter for OWNERID, with configurable default
ASK_OWNERID() Getter for OWNERID w/ exceptions if field has no value
HAS_OWNERID() Determine if OWNERID has a value

Return

The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.

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