Class: Aws::NetworkManager::Types::AssociateCustomerGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::AssociateCustomerGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
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.
Instance Attribute Details
#customer_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the customer gateway.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 148 class AssociateCustomerGatewayRequest < Struct.new( :customer_gateway_arn, :global_network_id, :device_id, :link_id) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The ID of the device.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 148 class AssociateCustomerGatewayRequest < Struct.new( :customer_gateway_arn, :global_network_id, :device_id, :link_id) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 148 class AssociateCustomerGatewayRequest < Struct.new( :customer_gateway_arn, :global_network_id, :device_id, :link_id) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 148 class AssociateCustomerGatewayRequest < Struct.new( :customer_gateway_arn, :global_network_id, :device_id, :link_id) SENSITIVE = [] include Aws::Structure end |