Class: Aws::IoTSecureTunneling::Types::ListTunnelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSecureTunneling::Types::ListTunnelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsecuretunneling/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#tunnel_summaries ⇒ Array<Types::TunnelSummary>
A short description of the tunnels in an Amazon Web Services account.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
153 154 155 156 157 158 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 153 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 Amazon Web Services account.
153 154 155 156 157 158 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 153 class ListTunnelsResponse < Struct.new( :tunnel_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |