Class: Aws::Odb::Types::GetOdbPeeringConnectionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#odb_peering_connectionTypes::OdbPeeringConnection

A peering connection between an ODB network and either another ODB network or a customer-owned VPC.



6319
6320
6321
6322
6323
# File 'lib/aws-sdk-odb/types.rb', line 6319

class GetOdbPeeringConnectionOutput < Struct.new(
  :odb_peering_connection)
  SENSITIVE = []
  include Aws::Structure
end