class Aws::NetworkManager::Types::UpdateConnectionRequest

@note When making an API call, you may pass UpdateConnectionRequest

data as a hash:

    {
      global_network_id: "String", # required
      connection_id: "String", # required
      link_id: "String",
      connected_link_id: "String",
      description: "String",
    }

@!attribute [rw] global_network_id

The ID of the global network.
@return [String]

@!attribute [rw] connection_id

The ID of the connection.
@return [String]

@!attribute [rw] link_id

The ID of the link for the first device in the connection.
@return [String]

@!attribute [rw] connected_link_id

The ID of the link for the second device in the connection.
@return [String]

@!attribute [rw] description

A description of the connection.

Length Constraints: Maximum length of 256 characters.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/UpdateConnectionRequest AWS API Documentation

Constants

SENSITIVE