Class: Aws::Odb::Types::DeleteOdbPeeringConnectionInput

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_connection_idString

The unique identifier of the ODB peering connection to delete.

Returns:

  • (String)


3360
3361
3362
3363
3364
# File 'lib/aws-sdk-odb/types.rb', line 3360

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