Struct aws_sdk_rds::input::DescribeDbParameterGroupsInput
source · [−]#[non_exhaustive]pub struct DescribeDbParameterGroupsInput { /* private fields */ }Expand description
Implementations
sourceimpl DescribeDbParameterGroupsInput
impl DescribeDbParameterGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBParameterGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBParameterGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDBParameterGroups>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbParameterGroupsInput.
sourceimpl DescribeDbParameterGroupsInput
impl DescribeDbParameterGroupsInput
sourcepub fn db_parameter_group_name(&self) -> Option<&str>
pub fn db_parameter_group_name(&self) -> Option<&str>
The name of a specific DB 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 that you can retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
Trait Implementations
sourceimpl Clone for DescribeDbParameterGroupsInput
impl Clone for DescribeDbParameterGroupsInput
sourcefn clone(&self) -> DescribeDbParameterGroupsInput
fn clone(&self) -> DescribeDbParameterGroupsInput
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<DescribeDbParameterGroupsInput> for DescribeDbParameterGroupsInput
impl PartialEq<DescribeDbParameterGroupsInput> for DescribeDbParameterGroupsInput
sourcefn eq(&self, other: &DescribeDbParameterGroupsInput) -> bool
fn eq(&self, other: &DescribeDbParameterGroupsInput) -> bool
impl StructuralPartialEq for DescribeDbParameterGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDbParameterGroupsInput
impl Send for DescribeDbParameterGroupsInput
impl Sync for DescribeDbParameterGroupsInput
impl Unpin for DescribeDbParameterGroupsInput
impl UnwindSafe for DescribeDbParameterGroupsInput
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