Struct aws_sdk_rds::input::DeleteGlobalClusterInput
source · [−]#[non_exhaustive]pub struct DeleteGlobalClusterInput { /* private fields */ }Implementations
sourceimpl DeleteGlobalClusterInput
impl DeleteGlobalClusterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteGlobalCluster, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteGlobalCluster, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteGlobalCluster>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteGlobalClusterInput.
sourceimpl DeleteGlobalClusterInput
impl DeleteGlobalClusterInput
sourcepub fn global_cluster_identifier(&self) -> Option<&str>
pub fn global_cluster_identifier(&self) -> Option<&str>
The cluster identifier of the global database cluster being deleted.
Trait Implementations
sourceimpl Clone for DeleteGlobalClusterInput
impl Clone for DeleteGlobalClusterInput
sourcefn clone(&self) -> DeleteGlobalClusterInput
fn clone(&self) -> DeleteGlobalClusterInput
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 DeleteGlobalClusterInput
impl Debug for DeleteGlobalClusterInput
sourceimpl PartialEq<DeleteGlobalClusterInput> for DeleteGlobalClusterInput
impl PartialEq<DeleteGlobalClusterInput> for DeleteGlobalClusterInput
sourcefn eq(&self, other: &DeleteGlobalClusterInput) -> bool
fn eq(&self, other: &DeleteGlobalClusterInput) -> bool
impl StructuralPartialEq for DeleteGlobalClusterInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteGlobalClusterInput
impl Send for DeleteGlobalClusterInput
impl Sync for DeleteGlobalClusterInput
impl Unpin for DeleteGlobalClusterInput
impl UnwindSafe for DeleteGlobalClusterInput
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