The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use Moose;
has AZList => (is => 'ro', isa => 'ArrayRef[Str]');
### main pod documentation begin ###
=head1 NAME
Paws::CloudHSM::ListAvailableZonesResponse
=head1 ATTRIBUTES
=head2 AZList => ArrayRef[Str]
The list of Availability Zones that have available AWS CloudHSM
capacity.
=cut
1;