Struct aws_sdk_eventbridge::operation::create_partner_event_source::CreatePartnerEventSourceInput
source · #[non_exhaustive]pub struct CreatePartnerEventSourceInput {
pub name: Option<String>,
pub account: Option<String>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of the partner event source. This name must be unique and must be in the format partner_name/event_namespace/event_name
. The Amazon Web Services account that wants to use this partner event source must create a partner event bus with a name that matches the name of the partner event source.
account: Option<String>
The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner event source.
Implementations§
source§impl CreatePartnerEventSourceInput
impl CreatePartnerEventSourceInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the partner event source. This name must be unique and must be in the format partner_name/event_namespace/event_name
. The Amazon Web Services account that wants to use this partner event source must create a partner event bus with a name that matches the name of the partner event source.
source§impl CreatePartnerEventSourceInput
impl CreatePartnerEventSourceInput
sourcepub fn builder() -> CreatePartnerEventSourceInputBuilder
pub fn builder() -> CreatePartnerEventSourceInputBuilder
Creates a new builder-style object to manufacture CreatePartnerEventSourceInput
.
Trait Implementations§
source§impl Clone for CreatePartnerEventSourceInput
impl Clone for CreatePartnerEventSourceInput
source§fn clone(&self) -> CreatePartnerEventSourceInput
fn clone(&self) -> CreatePartnerEventSourceInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for CreatePartnerEventSourceInput
impl PartialEq for CreatePartnerEventSourceInput
source§fn eq(&self, other: &CreatePartnerEventSourceInput) -> bool
fn eq(&self, other: &CreatePartnerEventSourceInput) -> bool
self
and other
values to be equal, and is used
by ==
.