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