package Paws::Neptune::DBClusterParameterGroupDetails; use Moose; has Marker => (is => 'ro', isa => 'Str'); has Parameters => (is => 'ro', isa => 'ArrayRef[Paws::Neptune::Parameter]', request_name => 'Parameter', traits => ['NameInRequest',]); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Neptune::DBClusterParameterGroupDetails =head1 ATTRIBUTES =head2 Marker => Str An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by C . =head2 Parameters => ArrayRef[L] Provides a list of parameters for the DB cluster parameter group. =head2 _request_id => Str =cut