Class: Aws::NetworkManager::Types::DeleteConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::Connection
Information about the connection.
Instance Attribute Details
#connection ⇒ Types::Connection
Information about the connection.
2103 2104 2105 2106 2107 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2103 class DeleteConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |