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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return at once.

Returns:

  • (Integer)


135
136
137
138
139
140
141
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 135

class ListTunnelsRequest < Struct.new(
  :thing_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


135
136
137
138
139
140
141
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 135

class ListTunnelsRequest < Struct.new(
  :thing_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

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

Returns:

  • (String)


135
136
137
138
139
140
141
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 135

class ListTunnelsRequest < Struct.new(
  :thing_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end