Struct aws_sdk_rds::input::DescribeDbProxyTargetsInput
source · [−]#[non_exhaustive]pub struct DescribeDbProxyTargetsInput { /* private fields */ }Implementations
sourceimpl DescribeDbProxyTargetsInput
impl DescribeDbProxyTargetsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBProxyTargets, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBProxyTargets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDBProxyTargets>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbProxyTargetsInput.
sourceimpl DescribeDbProxyTargetsInput
impl DescribeDbProxyTargetsInput
sourcepub fn db_proxy_name(&self) -> Option<&str>
pub fn db_proxy_name(&self) -> Option<&str>
The identifier of the DBProxyTarget to describe.
sourcepub fn target_group_name(&self) -> Option<&str>
pub fn target_group_name(&self) -> Option<&str>
The identifier of the DBProxyTargetGroup to describe.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
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 the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
Trait Implementations
sourceimpl Clone for DescribeDbProxyTargetsInput
impl Clone for DescribeDbProxyTargetsInput
sourcefn clone(&self) -> DescribeDbProxyTargetsInput
fn clone(&self) -> DescribeDbProxyTargetsInput
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 DescribeDbProxyTargetsInput
impl Debug for DescribeDbProxyTargetsInput
sourceimpl PartialEq<DescribeDbProxyTargetsInput> for DescribeDbProxyTargetsInput
impl PartialEq<DescribeDbProxyTargetsInput> for DescribeDbProxyTargetsInput
sourcefn eq(&self, other: &DescribeDbProxyTargetsInput) -> bool
fn eq(&self, other: &DescribeDbProxyTargetsInput) -> bool
impl StructuralPartialEq for DescribeDbProxyTargetsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDbProxyTargetsInput
impl Send for DescribeDbProxyTargetsInput
impl Sync for DescribeDbProxyTargetsInput
impl Unpin for DescribeDbProxyTargetsInput
impl UnwindSafe for DescribeDbProxyTargetsInput
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