Struct aws_sdk_rds::input::DescribeDbParametersInput
source · [−]#[non_exhaustive]pub struct DescribeDbParametersInput { /* private fields */ }Implementations
sourceimpl DescribeDbParametersInput
impl DescribeDbParametersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBParameters, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBParameters, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDBParameters>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbParametersInput.
sourceimpl DescribeDbParametersInput
impl DescribeDbParametersInput
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 DBParameterGroup.
sourcepub fn source(&self) -> Option<&str>
pub fn source(&self) -> Option<&str>
The parameter types to return.
Default: All parameter types returned
Valid Values: user | system | engine-default
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 DescribeDbParametersInput
impl Clone for DescribeDbParametersInput
sourcefn clone(&self) -> DescribeDbParametersInput
fn clone(&self) -> DescribeDbParametersInput
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 Debug for DescribeDbParametersInput
impl Debug for DescribeDbParametersInput
sourceimpl PartialEq<DescribeDbParametersInput> for DescribeDbParametersInput
impl PartialEq<DescribeDbParametersInput> for DescribeDbParametersInput
sourcefn eq(&self, other: &DescribeDbParametersInput) -> bool
fn eq(&self, other: &DescribeDbParametersInput) -> bool
impl StructuralPartialEq for DescribeDbParametersInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDbParametersInput
impl Send for DescribeDbParametersInput
impl Sync for DescribeDbParametersInput
impl Unpin for DescribeDbParametersInput
impl UnwindSafe for DescribeDbParametersInput
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