—
has
Marker
=> (
is
=>
'ro'
,
isa
=>
'Str'
);
has
PendingMaintenanceActions
=> (
is
=>
'ro'
,
isa
=>
'ArrayRef[Paws::Neptune::ResourcePendingMaintenanceActions]'
,
request_name
=>
'ResourcePendingMaintenanceActions'
,
traits
=> [
'NameInRequest'
,]);
has
_request_id
=> (
is
=>
'ro'
,
isa
=>
'Str'
);
1;
### main pod documentation begin ###
=head1 NAME
Paws::Neptune::PendingMaintenanceActionsMessage
=head1 ATTRIBUTES
=head2 Marker => Str
An optional pagination token provided by a previous
C<DescribePendingMaintenanceActions> request. If this parameter is
specified, the response includes only records beyond the marker, up to
a number of records specified by C<MaxRecords>.
=head2 PendingMaintenanceActions => ArrayRef[L<Paws::Neptune::ResourcePendingMaintenanceActions>]
A list of the pending maintenance actions for the resource.
=head2 _request_id => Str
=cut