Class: Aws::Types::GetConnectionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_list ⇒ ::Array[Types::Connection]
Returns the value of attribute connection_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connection_list ⇒ ::Array[Types::Connection]
Returns the value of attribute connection_list.
3375 3376 3377 |
# File 'sig/types.rbs', line 3375 def connection_list @connection_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3376 3377 3378 |
# File 'sig/types.rbs', line 3376 def next_token @next_token end |