Struct aws_sdk_eventbridge::input::CreateEventBusInput
source · [−]#[non_exhaustive]pub struct CreateEventBusInput { /* private fields */ }
Implementations
sourceimpl CreateEventBusInput
impl CreateEventBusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateEventBus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateEventBus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateEventBus
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEventBusInput
.
sourceimpl CreateEventBusInput
impl CreateEventBusInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the new event bus.
Event bus names cannot contain the / character. You can't use the name default
for a custom event bus, as this name is already used for your account's default event bus.
If this is a partner event bus, the name must exactly match the name of the partner event source that this event bus is matched to.
sourcepub fn event_source_name(&self) -> Option<&str>
pub fn event_source_name(&self) -> Option<&str>
If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.
Tags to associate with the event bus.
Trait Implementations
sourceimpl Clone for CreateEventBusInput
impl Clone for CreateEventBusInput
sourcefn clone(&self) -> CreateEventBusInput
fn clone(&self) -> CreateEventBusInput
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 CreateEventBusInput
impl Debug for CreateEventBusInput
sourceimpl PartialEq<CreateEventBusInput> for CreateEventBusInput
impl PartialEq<CreateEventBusInput> for CreateEventBusInput
sourcefn eq(&self, other: &CreateEventBusInput) -> bool
fn eq(&self, other: &CreateEventBusInput) -> bool
impl StructuralPartialEq for CreateEventBusInput
Auto Trait Implementations
impl RefUnwindSafe for CreateEventBusInput
impl Send for CreateEventBusInput
impl Sync for CreateEventBusInput
impl Unpin for CreateEventBusInput
impl UnwindSafe for CreateEventBusInput
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