Struct aws_sdk_rds::input::DescribeDbSubnetGroupsInput
source · [−]#[non_exhaustive]pub struct DescribeDbSubnetGroupsInput { /* private fields */ }Expand description
Implementations
sourceimpl DescribeDbSubnetGroupsInput
impl DescribeDbSubnetGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBSubnetGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBSubnetGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDBSubnetGroups>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbSubnetGroupsInput.
sourceimpl DescribeDbSubnetGroupsInput
impl DescribeDbSubnetGroupsInput
sourcepub fn db_subnet_group_name(&self) -> Option<&str>
pub fn db_subnet_group_name(&self) -> Option<&str>
The name of the DB subnet group to return details for.
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 DescribeDbSubnetGroupsInput
impl Clone for DescribeDbSubnetGroupsInput
sourcefn clone(&self) -> DescribeDbSubnetGroupsInput
fn clone(&self) -> DescribeDbSubnetGroupsInput
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 DescribeDbSubnetGroupsInput
impl Debug for DescribeDbSubnetGroupsInput
sourceimpl PartialEq<DescribeDbSubnetGroupsInput> for DescribeDbSubnetGroupsInput
impl PartialEq<DescribeDbSubnetGroupsInput> for DescribeDbSubnetGroupsInput
sourcefn eq(&self, other: &DescribeDbSubnetGroupsInput) -> bool
fn eq(&self, other: &DescribeDbSubnetGroupsInput) -> bool
impl StructuralPartialEq for DescribeDbSubnetGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDbSubnetGroupsInput
impl Send for DescribeDbSubnetGroupsInput
impl Sync for DescribeDbSubnetGroupsInput
impl Unpin for DescribeDbSubnetGroupsInput
impl UnwindSafe for DescribeDbSubnetGroupsInput
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