class Aws::NetworkManager::Types::GetLinksRequest

@note When making an API call, you may pass GetLinksRequest

data as a hash:

    {
      global_network_id: "String", # required
      link_ids: ["String"],
      site_id: "String",
      type: "String",
      provider: "String",
      max_results: 1,
      next_token: "String",
    }

@!attribute [rw] global_network_id

The ID of the global network.
@return [String]

@!attribute [rw] link_ids

One or more link IDs. The maximum is 10.
@return [Array<String>]

@!attribute [rw] site_id

The ID of the site.
@return [String]

@!attribute [rw] type

The link type.
@return [String]

@!attribute [rw] provider

The link provider.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return.
@return [Integer]

@!attribute [rw] next_token

The token for the next page of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetLinksRequest AWS API Documentation

Constants

SENSITIVE