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

Class: Aws::NetworkManager::Types::GetLinkAssociationsRequest

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

Overview

Note:

When passing GetLinkAssociationsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  global_network_id: "String", # required
  device_id: "String",
  link_id: "String",
  max_results: 1,
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The ID of the device.

Returns:

  • (String)

    The ID of the device.

#global_network_idString

The ID of the global network.

Returns:

  • (String)

    The ID of the global network.

The ID of the link.

Returns:

  • (String)

    The ID of the link.

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)

    The maximum number of results to return.

#next_tokenString

The token for the next page of results.

Returns:

  • (String)

    The token for the next page of results.