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)


2038
2039
2040
2041
2042
# File 'lib/aws-sdk-networkmanager/types.rb', line 2038

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