Class: Aws::Types::ListPrivateConnectionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPrivateConnectionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#private_connections ⇒ ::Array[Types::PrivateConnectionSummary]
Returns the value of attribute private_connections.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def next_token @next_token end |
#private_connections ⇒ ::Array[Types::PrivateConnectionSummary]
Returns the value of attribute private_connections.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def private_connections @private_connections end |