Class: Aws::Types::ListOdbPeeringConnectionsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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