From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567—89101112131415161718192021 package Paws::MediaStore::StopAccessLoggingOutput; use Moose; has _request_id => (is => 'ro', isa => 'Str');### main pod documentation begin ###HideShow 12 lines of Pod=head1 NAMEPaws::MediaStore::StopAccessLoggingOutput=head1 ATTRIBUTES=head2 _request_id => Str=cut1;
package
Paws::MediaStore::StopAccessLoggingOutput;
use
Moose;
has
_request_id
=> (
is
=>
'ro'
,
isa
'Str'
);
### main pod documentation begin ###
=head1 NAME
Paws::MediaStore::StopAccessLoggingOutput
=head1 ATTRIBUTES
=head2 _request_id => Str
=cut
1;