You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::NetworkManager::Types::LinkAssociation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the association between a device and a link.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The device ID for the link association.

Returns:

  • (String)

    The device ID for the link association.

#global_network_idString

The ID of the global network.

Returns:

  • (String)

    The ID of the global network.

The state of the association.

Possible values:

  • PENDING
  • AVAILABLE
  • DELETING
  • DELETED

Returns:

  • (String)

    The state of the association.

The ID of the link.

Returns:

  • (String)

    The ID of the link.