Class: Aws::Odb::Types::GetOdbPeeringConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetOdbPeeringConnectionInput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#odb_peering_connection_id ⇒ String
The unique identifier of the ODB peering connection to retrieve information about.
Instance Attribute Details
#odb_peering_connection_id ⇒ String
The unique identifier of the ODB peering connection to retrieve information about.
3524 3525 3526 3527 3528 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3524 class GetOdbPeeringConnectionInput < Struct.new( :odb_peering_connection_id) SENSITIVE = [] include Aws::Structure end |