Struct aws_sdk_workmail::input::DeleteResourceInput
source · #[non_exhaustive]pub struct DeleteResourceInput { /* private fields */ }
Implementations§
source§impl DeleteResourceInput
impl DeleteResourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteResource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteResource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteResource
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteResourceInput
.
source§impl DeleteResourceInput
impl DeleteResourceInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The identifier associated with the organization from which the resource is deleted.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The identifier of the resource to be deleted.
Trait Implementations§
source§impl Clone for DeleteResourceInput
impl Clone for DeleteResourceInput
source§fn clone(&self) -> DeleteResourceInput
fn clone(&self) -> DeleteResourceInput
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 DeleteResourceInput
impl Debug for DeleteResourceInput
source§impl PartialEq<DeleteResourceInput> for DeleteResourceInput
impl PartialEq<DeleteResourceInput> for DeleteResourceInput
source§fn eq(&self, other: &DeleteResourceInput) -> bool
fn eq(&self, other: &DeleteResourceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.