Class: Aws::NetworkManager::Types::CustomerGatewayAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#customer_gateway_arnString

The Amazon Resource Name (ARN) of the customer gateway.

Returns:

  • (String)


1810
1811
1812
1813
1814
1815
1816
1817
1818
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1810

class CustomerGatewayAssociation < Struct.new(
  :customer_gateway_arn,
  :global_network_id,
  :device_id,
  :link_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#device_idString

The ID of the device.

Returns:

  • (String)


1810
1811
1812
1813
1814
1815
1816
1817
1818
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1810

class CustomerGatewayAssociation < Struct.new(
  :customer_gateway_arn,
  :global_network_id,
  :device_id,
  :link_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


1810
1811
1812
1813
1814
1815
1816
1817
1818
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1810

class CustomerGatewayAssociation < Struct.new(
  :customer_gateway_arn,
  :global_network_id,
  :device_id,
  :link_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

The ID of the link.

Returns:

  • (String)


1810
1811
1812
1813
1814
1815
1816
1817
1818
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1810

class CustomerGatewayAssociation < Struct.new(
  :customer_gateway_arn,
  :global_network_id,
  :device_id,
  :link_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The association state.

Returns:

  • (String)


1810
1811
1812
1813
1814
1815
1816
1817
1818
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1810

class CustomerGatewayAssociation < Struct.new(
  :customer_gateway_arn,
  :global_network_id,
  :device_id,
  :link_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end