Skip to content

/AWS1/CL_EC2SRCHTGWROUTESRSLT

SearchTransitGatewayRoutesResult

CONSTRUCTOR

IMPORTING

Optional arguments:

it_routes TYPE /AWS1/CL_EC2TGWROUTE=>TT_TRANSITGATEWAYROUTELIST TT_TRANSITGATEWAYROUTELIST

Information about the routes.

iv_additionalroutesavailable TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Indicates whether there are additional routes available.

iv_nexttoken TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The token to use to retrieve the next page of results. This value is null when there are no more results to return.


Queryable Attributes

Routes

Information about the routes.

Accessible with the following methods

Method Description
GET_ROUTES() Getter for ROUTES, with configurable default
ASK_ROUTES() Getter for ROUTES w/ exceptions if field has no value
HAS_ROUTES() Determine if ROUTES has a value

AdditionalRoutesAvailable

Indicates whether there are additional routes available.

Accessible with the following methods

Method Description
GET_ADDLROUTESAVAILABLE() Getter for ADDITIONALROUTESAVAILABLE, with configurable defa
ASK_ADDLROUTESAVAILABLE() Getter for ADDITIONALROUTESAVAILABLE w/ exceptions if field
HAS_ADDLROUTESAVAILABLE() Determine if ADDITIONALROUTESAVAILABLE has a value

NextToken

The token to use to retrieve the next page of results. This value is null when there are no more results 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