Class: Aws::IoTSecureTunneling::Types::ListTunnelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSecureTunneling::Types::ListTunnelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsecuretunneling/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at once.
-
#next_token ⇒ String
To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
-
#thing_name ⇒ String
The name of the IoT thing associated with the destination device.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at once.
135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 135 class ListTunnelsRequest < Struct.new( :thing_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 135 class ListTunnelsRequest < Struct.new( :thing_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the IoT thing associated with the destination device.
135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 135 class ListTunnelsRequest < Struct.new( :thing_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |