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

Class: Aws::NetworkManager::Types::GetDevicesRequest

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

Overview

Note:

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

{
  global_network_id: "String", # required
  device_ids: ["String"],
  site_id: "String",
  max_results: 1,
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#device_idsArray<String>

One or more device IDs. The maximum is 10.

Returns:

  • (Array<String>)

    One or more device IDs.

#global_network_idString

The ID of the global network.

Returns:

  • (String)

    The ID of the global network.

#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.

#site_idString

The ID of the site.

Returns:

  • (String)

    The ID of the site.