Skip to content

/AWS1/CL_EC2DESCRINSTTYPESRSLT

DescribeInstanceTypesResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_INSTANCETYPES TYPE /AWS1/CL_EC2INSTANCETYPEINFO=>TT_INSTANCETYPEINFOLIST TT_INSTANCETYPEINFOLIST

The instance type.

IV_NEXTTOKEN TYPE /AWS1/EC2NEXTTOKEN /AWS1/EC2NEXTTOKEN

The token to include in another request to get the next page of items. This value is null when there are no more items to return.


Queryable Attributes

InstanceTypes

The instance type.

Accessible with the following methods

Method Description
GET_INSTANCETYPES() Getter for INSTANCETYPES, with configurable default
ASK_INSTANCETYPES() Getter for INSTANCETYPES w/ exceptions if field has no value
HAS_INSTANCETYPES() Determine if INSTANCETYPES has a value

NextToken

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value