Class: Aws::Types::ListConnectionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::ConnectionSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::ConnectionSummary]
Returns the value of attribute items.
3905 3906 3907 |
# File 'sig/types.rbs', line 3905 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3906 3907 3908 |
# File 'sig/types.rbs', line 3906 def next_token @next_token end |