Class: Aws::NetworkManager::Types::UpdateLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateLinkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth ⇒ Types::Bandwidth
The upload and download speed in Mbps.
-
#description ⇒ String
A description of the link.
-
#global_network_id ⇒ String
The ID of the global network.
-
#link_id ⇒ String
The ID of the link.
-
#provider ⇒ String
The provider of the link.
-
#type ⇒ String
The type of the link.
Instance Attribute Details
#bandwidth ⇒ Types::Bandwidth
The upload and download speed in Mbps.
6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6000 class UpdateLinkRequest < Struct.new( :global_network_id, :link_id, :description, :type, :bandwidth, :provider) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the link.
Constraints: Maximum length of 256 characters.
6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6000 class UpdateLinkRequest < Struct.new( :global_network_id, :link_id, :description, :type, :bandwidth, :provider) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6000 class UpdateLinkRequest < Struct.new( :global_network_id, :link_id, :description, :type, :bandwidth, :provider) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link.
6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6000 class UpdateLinkRequest < Struct.new( :global_network_id, :link_id, :description, :type, :bandwidth, :provider) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The provider of the link.
Constraints: Maximum length of 128 characters.
6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6000 class UpdateLinkRequest < Struct.new( :global_network_id, :link_id, :description, :type, :bandwidth, :provider) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the link.
Constraints: Maximum length of 128 characters.
6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6000 class UpdateLinkRequest < Struct.new( :global_network_id, :link_id, :description, :type, :bandwidth, :provider) SENSITIVE = [] include Aws::Structure end |