Class: Aws::NetworkManager::Types::DeletePeeringResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeletePeeringResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#peering ⇒ Types::Peering
Information about a deleted peering connection.
Instance Attribute Details
#peering ⇒ Types::Peering
Information about a deleted peering connection.
2262 2263 2264 2265 2266 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2262 class DeletePeeringResponse < Struct.new( :peering) SENSITIVE = [] include Aws::Structure end |