Struct aws_sdk_eventbridge::input::DeleteEventBusInput
source · #[non_exhaustive]pub struct DeleteEventBusInput { /* private fields */ }Implementations§
source§impl DeleteEventBusInput
impl DeleteEventBusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEventBus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEventBus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteEventBus>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEventBusInput.
Trait Implementations§
source§impl Clone for DeleteEventBusInput
impl Clone for DeleteEventBusInput
source§fn clone(&self) -> DeleteEventBusInput
fn clone(&self) -> DeleteEventBusInput
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 DeleteEventBusInput
impl Debug for DeleteEventBusInput
source§impl PartialEq<DeleteEventBusInput> for DeleteEventBusInput
impl PartialEq<DeleteEventBusInput> for DeleteEventBusInput
source§fn eq(&self, other: &DeleteEventBusInput) -> bool
fn eq(&self, other: &DeleteEventBusInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.