package Paws::SSM::DescribeParametersResult; use Moose; has NextToken => (is => 'ro', isa => 'Str'); has Parameters => (is => 'ro', isa => 'ArrayRef[Paws::SSM::ParameterMetadata]'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SSM::DescribeParametersResult =head1 ATTRIBUTES =head2 NextToken => Str The token to use when requesting the next set of items. =head2 Parameters => ArrayRef[L] Parameters returned by the request. =head2 _request_id => Str =cut 1;