From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use Moose;
has AccessPolicies => (is => 'ro', isa => 'Paws::CloudSearch::AccessPoliciesStatus', required => 1);
1;
### main pod documentation begin ###
=head1 NAME
Paws::CloudSearch::UpdateServiceAccessPoliciesResponse
=head1 ATTRIBUTES
=head2 B<REQUIRED> AccessPolicies => L<Paws::CloudSearch::AccessPoliciesStatus>
The access rules configured for the domain.
=cut