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.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def client_vpc_connections @client_vpc_connections end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def next_token @next_token end |