Class: Aws::Types::DescribeVpcEndpointConnectionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEndpointConnectionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_endpoint_connections ⇒ ::Array[Types::VpcEndpointConnection]
Returns the value of attribute vpc_endpoint_connections.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8067 8068 8069 |
# File 'sig/types.rbs', line 8067 def next_token @next_token end |
#vpc_endpoint_connections ⇒ ::Array[Types::VpcEndpointConnection]
Returns the value of attribute vpc_endpoint_connections.
8066 8067 8068 |
# File 'sig/types.rbs', line 8066 def vpc_endpoint_connections @vpc_endpoint_connections end |