package Paws::IoTSecureTunneling::ListTunnelsResponse; use Moose; has NextToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'nextToken' ); has TunnelSummaries => (is => 'ro', isa => 'ArrayRef[Paws::IoTSecureTunneling::TunnelSummary]', traits => ['NameInRequest'], request_name => 'tunnelSummaries' ); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::IoTSecureTunneling::ListTunnelsResponse =head1 ATTRIBUTES =head2 NextToken => Str A token to used to retrieve the next set of results. =head2 TunnelSummaries => ArrayRef[L] A short description of the tunnels in an AWS account. =head2 _request_id => Str =cut 1;