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

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

#bandwidthTypes::Bandwidth

The upload and download speed in Mbps.

Returns:



6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
# File 'lib/aws-sdk-networkmanager/types.rb', line 6018

class UpdateLinkRequest < Struct.new(
  :global_network_id,
  :link_id,
  :description,
  :type,
  :bandwidth,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the link.

Constraints: Maximum length of 256 characters.

Returns:

  • (String)


6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
# File 'lib/aws-sdk-networkmanager/types.rb', line 6018

class UpdateLinkRequest < Struct.new(
  :global_network_id,
  :link_id,
  :description,
  :type,
  :bandwidth,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
# File 'lib/aws-sdk-networkmanager/types.rb', line 6018

class UpdateLinkRequest < Struct.new(
  :global_network_id,
  :link_id,
  :description,
  :type,
  :bandwidth,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

The ID of the link.

Returns:

  • (String)


6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
# File 'lib/aws-sdk-networkmanager/types.rb', line 6018

class UpdateLinkRequest < Struct.new(
  :global_network_id,
  :link_id,
  :description,
  :type,
  :bandwidth,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The provider of the link.

Constraints: Maximum length of 128 characters.

Returns:

  • (String)


6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
# File 'lib/aws-sdk-networkmanager/types.rb', line 6018

class UpdateLinkRequest < Struct.new(
  :global_network_id,
  :link_id,
  :description,
  :type,
  :bandwidth,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the link.

Constraints: Maximum length of 128 characters.

Returns:

  • (String)


6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
# File 'lib/aws-sdk-networkmanager/types.rb', line 6018

class UpdateLinkRequest < Struct.new(
  :global_network_id,
  :link_id,
  :description,
  :type,
  :bandwidth,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end