You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::NetworkManager::Types::Link
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::Link
- Defined in:
- (unknown)
Overview
Describes a link.
Returned by:
Instance Attribute Summary collapse
-
#bandwidth ⇒ Types::Bandwidth
The bandwidth for the link.
-
#created_at ⇒ Time
The date and time that the link was created.
-
#description ⇒ String
The description of the link.
-
#global_network_id ⇒ String
The ID of the global network.
-
#link_arn ⇒ String
The Amazon Resource Name (ARN) of the link.
-
#link_id ⇒ String
The ID of the link.
-
#provider ⇒ String
The provider of the link.
-
#site_id ⇒ String
The ID of the site.
-
#state ⇒ String
The state of the link.
-
#tags ⇒ Array<Types::Tag>
The tags for the link.
-
#type ⇒ String
The type of the link.
Instance Attribute Details
#bandwidth ⇒ Types::Bandwidth
The bandwidth for the link.
#created_at ⇒ Time
The date and time that the link was created.
#description ⇒ String
The description of the link.
#global_network_id ⇒ String
The ID of the global network.
#link_arn ⇒ String
The Amazon Resource Name (ARN) of the link.
#link_id ⇒ String
The ID of the link.
#provider ⇒ String
The provider of the link.
#site_id ⇒ String
The ID of the site.
#state ⇒ String
The state of the link.
Possible values:
- PENDING
- AVAILABLE
- DELETING
- UPDATING
#tags ⇒ Array<Types::Tag>
The tags for the link.
#type ⇒ String
The type of the link.