Struct aws_sdk_rds::input::DescribeDbProxiesInput
source · [−]#[non_exhaustive]pub struct DescribeDbProxiesInput { /* private fields */ }Implementations
sourceimpl DescribeDbProxiesInput
impl DescribeDbProxiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBProxies, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBProxies, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDBProxies>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbProxiesInput.
sourceimpl DescribeDbProxiesInput
impl DescribeDbProxiesInput
sourcepub fn db_proxy_name(&self) -> Option<&str>
pub fn db_proxy_name(&self) -> Option<&str>
The name of the DB proxy. If you omit this parameter, the output includes information about all DB proxies owned by your Amazon Web Services account ID.
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 DescribeDbProxiesInput
impl Clone for DescribeDbProxiesInput
sourcefn clone(&self) -> DescribeDbProxiesInput
fn clone(&self) -> DescribeDbProxiesInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more