class Aws::NetworkManager::Types::UpdateLinkRequest

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

data as a hash:

    {
      global_network_id: "String", # required
      link_id: "String", # required
      description: "String",
      type: "String",
      bandwidth: {
        upload_speed: 1,
        download_speed: 1,
      },
      provider: "String",
    }

@!attribute [rw] global_network_id

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

@!attribute [rw] link_id

The ID of the link.
@return [String]

@!attribute [rw] description

A description of the link.

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

@!attribute [rw] type

The type of the link.

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

@!attribute [rw] bandwidth

The upload and download speed in Mbps.
@return [Types::Bandwidth]

@!attribute [rw] provider

The provider of the link.

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

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

Constants

SENSITIVE