/AWS1/CL_KFKLISTVPCCONNSRSP¶
ListVpcConnectionsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_vpcconnections
TYPE /AWS1/CL_KFKVPCCONNECTION=>TT___LISTOFVPCCONNECTION
TT___LISTOFVPCCONNECTION
¶
List of VPC connections.
iv_nexttoken
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
Queryable Attributes¶
VpcConnections¶
List of VPC connections.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VPCCONNECTIONS() |
Getter for VPCCONNECTIONS, with configurable default |
ASK_VPCCONNECTIONS() |
Getter for VPCCONNECTIONS w/ exceptions if field has no valu |
HAS_VPCCONNECTIONS() |
Determine if VPCCONNECTIONS has a value |
NextToken¶
The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
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 |