Class: Aws::NetworkManager::Types::DeletePeeringRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#peering_idString

The ID of the peering connection to delete.

Returns:

  • (String)


2250
2251
2252
2253
2254
# File 'lib/aws-sdk-networkmanager/types.rb', line 2250

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