package Paws::SES::ListTemplatesResponse; use Moose; has NextToken => (is => 'ro', isa => 'Str'); has TemplatesMetadata => (is => 'ro', isa => 'ArrayRef[Paws::SES::TemplateMetadata]'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SES::ListTemplatesResponse =head1 ATTRIBUTES =head2 NextToken => Str A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to C to retrieve the next 50 email templates. =head2 TemplatesMetadata => ArrayRef[L] An array the contains the name and creation time stamp for each template in your Amazon SES account. =head2 _request_id => Str =cut