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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/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.



3537
3538
3539
3540
3541
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3537

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