You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::NetworkManager::Types::CreateLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateLinkRequest
- Defined in:
- (unknown)
Overview
When passing CreateLinkRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
global_network_id: "String", # required
description: "String",
type: "String",
bandwidth: { # required
upload_speed: 1,
download_speed: 1,
},
provider: "String",
site_id: "String", # required
tags: [
{
key: "TagKey",
value: "TagValue",
},
],
}
Instance Attribute Summary collapse
-
#bandwidth ⇒ Types::Bandwidth
The upload speed and download speed in Mbps.
-
#description ⇒ String
A description of the link.
-
#global_network_id ⇒ String
The ID of the global network.
-
#provider ⇒ String
The provider of the link.
-
#site_id ⇒ String
The ID of the site.
-
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource during creation.
-
#type ⇒ String
The type of the link.
Instance Attribute Details
#bandwidth ⇒ Types::Bandwidth
The upload speed and download speed in Mbps.
#description ⇒ String
A description of the link.
Length Constraints: Maximum length of 256 characters.
#global_network_id ⇒ String
The ID of the global network.
#provider ⇒ String
The provider of the link.
Constraints: Cannot include the following characters: | \ ^
Length Constraints: Maximum length of 128 characters.
#site_id ⇒ String
The ID of the site.
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource during creation.
#type ⇒ String
The type of the link.
Constraints: Cannot include the following characters: | \ ^
Length Constraints: Maximum length of 128 characters.