Class: Aws::Types::DescribeConnectionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connections ⇒ ::Array[Types::Connection]
Returns the value of attribute connections.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#connections ⇒ ::Array[Types::Connection]
Returns the value of attribute connections.
734 735 736 |
# File 'sig/types.rbs', line 734 def connections @connections end |
#marker ⇒ ::String
Returns the value of attribute marker.
733 734 735 |
# File 'sig/types.rbs', line 733 def marker @marker end |