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

Class: Aws::IoTSecureTunneling::Types::ListTunnelsRequest

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

Overview

Note:

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

{
  thing_name: "ThingName",
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return at once.

Returns:

  • (Integer)

    The maximum number of results to return at once.

#next_tokenString

A token to retrieve the next set of results.

Returns:

  • (String)

    A token to retrieve the next set of results.

#thing_nameString

The name of the IoT thing associated with the destination device.

Returns:

  • (String)

    The name of the IoT thing associated with the destination device.