Class: Aws::NetworkManager::Types::UpdateConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateConnectionResponse
- 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.
5344 5345 5346 5347 5348 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5344 class UpdateConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |