#[non_exhaustive]pub struct DescribeDbClusterParameterGroupsInput { /* private fields */ }Expand description
Implementations
sourceimpl DescribeDbClusterParameterGroupsInput
impl DescribeDbClusterParameterGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBClusterParameterGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBClusterParameterGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDBClusterParameterGroups>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbClusterParameterGroupsInput.
sourceimpl DescribeDbClusterParameterGroupsInput
impl DescribeDbClusterParameterGroupsInput
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 DB cluster parameter group to return details for.
Constraints:
-
If supplied, must match the name of an existing DBClusterParameterGroup.
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 called a marker is included in the response so you can retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
Trait Implementations
sourceimpl Clone for DescribeDbClusterParameterGroupsInput
impl Clone for DescribeDbClusterParameterGroupsInput
sourcefn clone(&self) -> DescribeDbClusterParameterGroupsInput
fn clone(&self) -> DescribeDbClusterParameterGroupsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeDbClusterParameterGroupsInput> for DescribeDbClusterParameterGroupsInput
impl PartialEq<DescribeDbClusterParameterGroupsInput> for DescribeDbClusterParameterGroupsInput
sourcefn eq(&self, other: &DescribeDbClusterParameterGroupsInput) -> bool
fn eq(&self, other: &DescribeDbClusterParameterGroupsInput) -> bool
impl StructuralPartialEq for DescribeDbClusterParameterGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDbClusterParameterGroupsInput
impl Send for DescribeDbClusterParameterGroupsInput
impl Sync for DescribeDbClusterParameterGroupsInput
impl Unpin for DescribeDbClusterParameterGroupsInput
impl UnwindSafe for DescribeDbClusterParameterGroupsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more