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