Class: Aws::NetworkManager::Types::DeletePeeringResponse

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

#peeringTypes::Peering

Information about a deleted peering connection.

Returns:



2280
2281
2282
2283
2284
# File 'lib/aws-sdk-networkmanager/types.rb', line 2280

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