Class: Aws::Types::ListClientVpcConnectionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListClientVpcConnectionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_vpc_connections ⇒ ::Array[Types::ClientVpcConnection]
Returns the value of attribute client_vpc_connections.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#client_vpc_connections ⇒ ::Array[Types::ClientVpcConnection]
Returns the value of attribute client_vpc_connections.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def client_vpc_connections @client_vpc_connections end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def next_token @next_token end |