Skip to content

/AWS1/CL_EC2DESCRIBEVPCSRESULT

DescribeVpcsResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/EC2STRING /AWS1/EC2STRING

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.

IT_VPCS TYPE /AWS1/CL_EC2VPC=>TT_VPCLIST TT_VPCLIST

Information about the VPCs.


Queryable Attributes

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

Vpcs

Information about the VPCs.

Accessible with the following methods

Method Description
GET_VPCS() Getter for VPCS, with configurable default
ASK_VPCS() Getter for VPCS w/ exceptions if field has no value
HAS_VPCS() Determine if VPCS has a value