Struct aws_sdk_migrationhubrefactorspaces::operation::delete_environment::DeleteEnvironmentInput
source · #[non_exhaustive]pub struct DeleteEnvironmentInput { /* private fields */ }Implementations§
source§impl DeleteEnvironmentInput
impl DeleteEnvironmentInput
sourcepub fn environment_identifier(&self) -> Option<&str>
pub fn environment_identifier(&self) -> Option<&str>
The ID of the environment.
source§impl DeleteEnvironmentInput
impl DeleteEnvironmentInput
sourcepub fn builder() -> DeleteEnvironmentInputBuilder
pub fn builder() -> DeleteEnvironmentInputBuilder
Creates a new builder-style object to manufacture DeleteEnvironmentInput.
source§impl DeleteEnvironmentInput
impl DeleteEnvironmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEnvironment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteEnvironment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteEnvironment>
Trait Implementations§
source§impl Clone for DeleteEnvironmentInput
impl Clone for DeleteEnvironmentInput
source§fn clone(&self) -> DeleteEnvironmentInput
fn clone(&self) -> DeleteEnvironmentInput
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 DeleteEnvironmentInput
impl Debug for DeleteEnvironmentInput
source§impl PartialEq<DeleteEnvironmentInput> for DeleteEnvironmentInput
impl PartialEq<DeleteEnvironmentInput> for DeleteEnvironmentInput
source§fn eq(&self, other: &DeleteEnvironmentInput) -> bool
fn eq(&self, other: &DeleteEnvironmentInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteEnvironmentInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEnvironmentInput
impl Send for DeleteEnvironmentInput
impl Sync for DeleteEnvironmentInput
impl Unpin for DeleteEnvironmentInput
impl UnwindSafe for DeleteEnvironmentInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more