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