You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::NetworkManager::Types::UpdateLinkRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateLinkRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidthTypes::Bandwidth

The upload and download speed in Mbps.

Returns:

#descriptionString

A description of the link.

Length Constraints: Maximum length of 256 characters.

Returns:

  • (String)

    A description of the link.

#global_network_idString

The ID of the global network.

Returns:

  • (String)

    The ID of the global network.

The ID of the link.

Returns:

  • (String)

    The ID of the link.

#providerString

The provider of the link.

Length Constraints: Maximum length of 128 characters.

Returns:

  • (String)

    The provider of the link.

#typeString

The type of the link.

Length Constraints: Maximum length of 128 characters.

Returns:

  • (String)

    The type of the link.