Class: Aws::NetworkManager::Types::CustomerGatewayAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CustomerGatewayAssociation
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes the association between a customer gateway, a device, and a link.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the customer gateway.
-
#device_id ⇒ String
The ID of the device.
-
#global_network_id ⇒ String
The ID of the global network.
-
#link_id ⇒ String
The ID of the link.
-
#state ⇒ String
The association state.
Instance Attribute Details
#customer_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the customer gateway.
2022 2023 2024 2025 2026 2027 2028 2029 2030 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2022 class CustomerGatewayAssociation < Struct.new( :customer_gateway_arn, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The ID of the device.
2022 2023 2024 2025 2026 2027 2028 2029 2030 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2022 class CustomerGatewayAssociation < Struct.new( :customer_gateway_arn, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
2022 2023 2024 2025 2026 2027 2028 2029 2030 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2022 class CustomerGatewayAssociation < Struct.new( :customer_gateway_arn, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link.
2022 2023 2024 2025 2026 2027 2028 2029 2030 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2022 class CustomerGatewayAssociation < Struct.new( :customer_gateway_arn, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The association state.
2022 2023 2024 2025 2026 2027 2028 2029 2030 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2022 class CustomerGatewayAssociation < Struct.new( :customer_gateway_arn, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |