Class: Aws::IoTSecureTunneling::Types::ListTunnelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSecureTunneling::Types::ListTunnelsResponse
- Defined in:
- gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to used to retrieve the next set of results.
-
#tunnel_summaries ⇒ Array<Types::TunnelSummary>
A short description of the tunnels in an AWS account.
Instance Attribute Details
#next_token ⇒ String
A token to used to retrieve the next set of results.
188 189 190 191 192 193 |
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 188 class ListTunnelsResponse < Struct.new( :tunnel_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#tunnel_summaries ⇒ Array<Types::TunnelSummary>
A short description of the tunnels in an AWS account.
188 189 190 191 192 193 |
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 188 class ListTunnelsResponse < Struct.new( :tunnel_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |