Class: Aws::Types::ListConnectionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connections ⇒ ::Array[Types::ConnectionSummary]
Returns the value of attribute connections.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connections ⇒ ::Array[Types::ConnectionSummary]
Returns the value of attribute connections.
203 204 205 |
# File 'sig/types.rbs', line 203 def connections @connections end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
204 205 206 |
# File 'sig/types.rbs', line 204 def next_token @next_token end |