#[non_exhaustive]pub struct DescribeDbClusterParametersInput { /* private fields */ }
Expand description
Represents the input to DescribeDBClusterParameters
.
Implementations§
source§impl DescribeDbClusterParametersInput
impl DescribeDbClusterParametersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBClusterParameters, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBClusterParameters, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDBClusterParameters
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbClusterParametersInput
.
source§impl DescribeDbClusterParametersInput
impl DescribeDbClusterParametersInput
sourcepub fn db_cluster_parameter_group_name(&self) -> Option<&str>
pub fn db_cluster_parameter_group_name(&self) -> Option<&str>
The name of a specific cluster parameter group to return parameter details for.
Constraints:
-
If provided, must match the name of an existing
DBClusterParameterGroup
.
sourcepub fn source(&self) -> Option<&str>
pub fn source(&self) -> Option<&str>
A value that indicates to return only parameters for a specific source. Parameter sources can be engine
, service
, or customer
.
sourcepub fn max_records(&self) -> Option<i32>
pub fn max_records(&self) -> Option<i32>
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
Trait Implementations§
source§impl Clone for DescribeDbClusterParametersInput
impl Clone for DescribeDbClusterParametersInput
source§fn clone(&self) -> DescribeDbClusterParametersInput
fn clone(&self) -> DescribeDbClusterParametersInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribeDbClusterParametersInput> for DescribeDbClusterParametersInput
impl PartialEq<DescribeDbClusterParametersInput> for DescribeDbClusterParametersInput
source§fn eq(&self, other: &DescribeDbClusterParametersInput) -> bool
fn eq(&self, other: &DescribeDbClusterParametersInput) -> bool
self
and other
values to be equal, and is used
by ==
.