/AWS1/CL_EC2DESCRIBETGWSRESULT¶
DescribeTransitGatewaysResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_transitgateways TYPE /AWS1/CL_EC2TRANSITGATEWAY=>TT_TRANSITGATEWAYLIST TT_TRANSITGATEWAYLIST¶
Information about the transit gateways.
iv_nexttoken TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.
Queryable Attributes¶
TransitGateways¶
Information about the transit gateways.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSITGATEWAYS() |
Getter for TRANSITGATEWAYS, with configurable default |
ASK_TRANSITGATEWAYS() |
Getter for TRANSITGATEWAYS w/ exceptions if field has no val |
HAS_TRANSITGATEWAYS() |
Determine if TRANSITGATEWAYS has a value |
NextToken¶
The token to use to retrieve the next page of results. This value is
nullwhen 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 |