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