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.
7794 7795 7796 |
# File 'sig/types.rbs', line 7794 def next_token @next_token end |
#vpc_endpoint_connections ⇒ ::Array[Types::VpcEndpointConnection]
Returns the value of attribute vpc_endpoint_connections.
7793 7794 7795 |
# File 'sig/types.rbs', line 7793 def vpc_endpoint_connections @vpc_endpoint_connections end |