#[non_exhaustive]pub struct DeleteConfigurationOutput { /* private fields */ }Implementations§
source§impl DeleteConfigurationOutput
impl DeleteConfigurationOutput
sourcepub fn builder() -> DeleteConfigurationOutputBuilder
pub fn builder() -> DeleteConfigurationOutputBuilder
Creates a new builder-style object to manufacture DeleteConfigurationOutput.
Trait Implementations§
source§impl Clone for DeleteConfigurationOutput
impl Clone for DeleteConfigurationOutput
source§fn clone(&self) -> DeleteConfigurationOutput
fn clone(&self) -> DeleteConfigurationOutput
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 DeleteConfigurationOutput
impl Debug for DeleteConfigurationOutput
source§impl PartialEq<DeleteConfigurationOutput> for DeleteConfigurationOutput
impl PartialEq<DeleteConfigurationOutput> for DeleteConfigurationOutput
source§fn eq(&self, other: &DeleteConfigurationOutput) -> bool
fn eq(&self, other: &DeleteConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteConfigurationOutput
impl RequestId for DeleteConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.