Class: Aws::NetworkManager::Types::Link
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::Link
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a link.
Constant Summary collapse
- SENSITIVE =
[]
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.
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4014 class Link < Struct.new( :link_id, :link_arn, :global_network_id, :site_id, :description, :type, :bandwidth, :provider, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the link was created.
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4014 class Link < Struct.new( :link_id, :link_arn, :global_network_id, :site_id, :description, :type, :bandwidth, :provider, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the link.
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4014 class Link < Struct.new( :link_id, :link_arn, :global_network_id, :site_id, :description, :type, :bandwidth, :provider, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4014 class Link < Struct.new( :link_id, :link_arn, :global_network_id, :site_id, :description, :type, :bandwidth, :provider, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#link_arn ⇒ String
The Amazon Resource Name (ARN) of the link.
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4014 class Link < Struct.new( :link_id, :link_arn, :global_network_id, :site_id, :description, :type, :bandwidth, :provider, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link.
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4014 class Link < Struct.new( :link_id, :link_arn, :global_network_id, :site_id, :description, :type, :bandwidth, :provider, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The provider of the link.
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4014 class Link < Struct.new( :link_id, :link_arn, :global_network_id, :site_id, :description, :type, :bandwidth, :provider, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#site_id ⇒ String
The ID of the site.
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4014 class Link < Struct.new( :link_id, :link_arn, :global_network_id, :site_id, :description, :type, :bandwidth, :provider, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the link.
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4014 class Link < Struct.new( :link_id, :link_arn, :global_network_id, :site_id, :description, :type, :bandwidth, :provider, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the link.
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4014 class Link < Struct.new( :link_id, :link_arn, :global_network_id, :site_id, :description, :type, :bandwidth, :provider, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the link.
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4014 class Link < Struct.new( :link_id, :link_arn, :global_network_id, :site_id, :description, :type, :bandwidth, :provider, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |