Class: Aws::Types::ListOdbPeeringConnectionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListOdbPeeringConnectionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#odb_peering_connections ⇒ ::Array[Types::OdbPeeringConnectionSummary]
Returns the value of attribute odb_peering_connections.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def next_token @next_token end |
#odb_peering_connections ⇒ ::Array[Types::OdbPeeringConnectionSummary]
Returns the value of attribute odb_peering_connections.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def odb_peering_connections @odb_peering_connections end |