Class: Aws::IoTSecureTunneling::Types::ListTunnelsResponse

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

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


153
154
155
156
157
158
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 153

class ListTunnelsResponse < Struct.new(
  :tunnel_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#tunnel_summariesArray<Types::TunnelSummary>

A short description of the tunnels in an Amazon Web Services account.

Returns:



153
154
155
156
157
158
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 153

class ListTunnelsResponse < Struct.new(
  :tunnel_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end