Class: Aws::NetworkManager::Types::DeleteConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteConnectionResponse
- Defined in:
- gems/aws-sdk-networkmanager/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.
2043 2044 2045 2046 2047 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2043 class DeleteConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |