#[non_exhaustive]pub struct DescribeDbProxyTargetGroupsInput { /* private fields */ }Implementations
sourceimpl DescribeDbProxyTargetGroupsInput
impl DescribeDbProxyTargetGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBProxyTargetGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBProxyTargetGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDBProxyTargetGroups>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbProxyTargetGroupsInput.
sourceimpl DescribeDbProxyTargetGroupsInput
impl DescribeDbProxyTargetGroupsInput
sourcepub fn db_proxy_name(&self) -> Option<&str>
pub fn db_proxy_name(&self) -> Option<&str>
The identifier of the DBProxy associated with the target group.
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 DescribeDbProxyTargetGroupsInput
impl Clone for DescribeDbProxyTargetGroupsInput
sourcefn clone(&self) -> DescribeDbProxyTargetGroupsInput
fn clone(&self) -> DescribeDbProxyTargetGroupsInput
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<DescribeDbProxyTargetGroupsInput> for DescribeDbProxyTargetGroupsInput
impl PartialEq<DescribeDbProxyTargetGroupsInput> for DescribeDbProxyTargetGroupsInput
sourcefn eq(&self, other: &DescribeDbProxyTargetGroupsInput) -> bool
fn eq(&self, other: &DescribeDbProxyTargetGroupsInput) -> bool
impl StructuralPartialEq for DescribeDbProxyTargetGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDbProxyTargetGroupsInput
impl Send for DescribeDbProxyTargetGroupsInput
impl Sync for DescribeDbProxyTargetGroupsInput
impl Unpin for DescribeDbProxyTargetGroupsInput
impl UnwindSafe for DescribeDbProxyTargetGroupsInput
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