Class: Aws::Odb::Types::DeleteOdbPeeringConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::DeleteOdbPeeringConnectionInput
- 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 delete.
Instance Attribute Details
#odb_peering_connection_id ⇒ String
The unique identifier of the ODB peering connection to delete.
3260 3261 3262 3263 3264 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3260 class DeleteOdbPeeringConnectionInput < Struct.new( :odb_peering_connection_id) SENSITIVE = [] include Aws::Structure end |