Struct aws_sdk_eventbridge::input::CreateEventBusInput
source · #[non_exhaustive]pub struct CreateEventBusInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for CreateEventBusInput
impl Clone for CreateEventBusInput
source§fn clone(&self) -> CreateEventBusInput
fn clone(&self) -> CreateEventBusInput
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 CreateEventBusInput
impl Debug for CreateEventBusInput
source§impl PartialEq<CreateEventBusInput> for CreateEventBusInput
impl PartialEq<CreateEventBusInput> for CreateEventBusInput
source§fn eq(&self, other: &CreateEventBusInput) -> bool
fn eq(&self, other: &CreateEventBusInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.