Skip to content

/AWS1/CL_EC2CANCLEDSPOTINSTREQ

Describes a request to cancel a Spot Instance.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_SPOTINSTANCEREQUESTID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the Spot Instance request.

IV_STATE TYPE /AWS1/EC2CANCSPOTINSTREQSTATE /AWS1/EC2CANCSPOTINSTREQSTATE

The state of the Spot Instance request.


Queryable Attributes

SpotInstanceRequestId

The ID of the Spot Instance request.

Accessible with the following methods

Method Description
GET_SPOTINSTANCEREQUESTID() Getter for SPOTINSTANCEREQUESTID, with configurable default
ASK_SPOTINSTANCEREQUESTID() Getter for SPOTINSTANCEREQUESTID w/ exceptions if field has
HAS_SPOTINSTANCEREQUESTID() Determine if SPOTINSTANCEREQUESTID has a value

State

The state of the Spot Instance request.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CANCELLEDSPOTINSTREQLIST

TYPES TT_CANCELLEDSPOTINSTREQLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2CANCLEDSPOTINSTREQ WITH DEFAULT KEY
.