#[non_exhaustive]pub struct DeleteDbClusterEndpointInput { /* private fields */ }Implementations§
source§impl DeleteDbClusterEndpointInput
impl DeleteDbClusterEndpointInput
sourcepub fn db_cluster_endpoint_identifier(&self) -> Option<&str>
pub fn db_cluster_endpoint_identifier(&self) -> Option<&str>
The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.
source§impl DeleteDbClusterEndpointInput
impl DeleteDbClusterEndpointInput
sourcepub fn builder() -> DeleteDbClusterEndpointInputBuilder
pub fn builder() -> DeleteDbClusterEndpointInputBuilder
Creates a new builder-style object to manufacture DeleteDbClusterEndpointInput.
source§impl DeleteDbClusterEndpointInput
impl DeleteDbClusterEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDBClusterEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteDBClusterEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDBClusterEndpoint>
Trait Implementations§
source§impl Clone for DeleteDbClusterEndpointInput
impl Clone for DeleteDbClusterEndpointInput
source§fn clone(&self) -> DeleteDbClusterEndpointInput
fn clone(&self) -> DeleteDbClusterEndpointInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeleteDbClusterEndpointInput
impl Debug for DeleteDbClusterEndpointInput
source§impl PartialEq<DeleteDbClusterEndpointInput> for DeleteDbClusterEndpointInput
impl PartialEq<DeleteDbClusterEndpointInput> for DeleteDbClusterEndpointInput
source§fn eq(&self, other: &DeleteDbClusterEndpointInput) -> bool
fn eq(&self, other: &DeleteDbClusterEndpointInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.