Class: Aws::NetworkManager::Types::UpdateConnectionResponse

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

#connectionTypes::Connection

Information about the connection.

Returns:



5808
5809
5810
5811
5812
# File 'lib/aws-sdk-networkmanager/types.rb', line 5808

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