package Paws::WAFV2::UpdateRegexPatternSetResponse; use Moose; has NextLockToken => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::WAFV2::UpdateRegexPatternSetResponse =head1 ATTRIBUTES =head2 NextLockToken => Str A token used for optimistic locking. WAF returns this token to your update requests. You use C in the same manner as you use C. =head2 _request_id => Str =cut 1;