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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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:



5361
5362
5363
5364
5365
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5361

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