Class: Aws::Odb::Types::GetOdbPeeringConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetOdbPeeringConnectionOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#odb_peering_connection ⇒ Types::OdbPeeringConnection
A peering connection between an ODB network and either another ODB network or a customer-owned VPC.
Instance Attribute Details
#odb_peering_connection ⇒ Types::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 |