#[non_exhaustive]pub struct CreatePartnerEventSourceOutput { /* private fields */ }Implementations§
source§impl CreatePartnerEventSourceOutput
impl CreatePartnerEventSourceOutput
sourcepub fn event_source_arn(&self) -> Option<&str>
pub fn event_source_arn(&self) -> Option<&str>
The ARN of the partner event source.
source§impl CreatePartnerEventSourceOutput
impl CreatePartnerEventSourceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePartnerEventSourceOutput.
Trait Implementations§
source§impl Clone for CreatePartnerEventSourceOutput
impl Clone for CreatePartnerEventSourceOutput
source§fn clone(&self) -> CreatePartnerEventSourceOutput
fn clone(&self) -> CreatePartnerEventSourceOutput
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 PartialEq<CreatePartnerEventSourceOutput> for CreatePartnerEventSourceOutput
impl PartialEq<CreatePartnerEventSourceOutput> for CreatePartnerEventSourceOutput
source§fn eq(&self, other: &CreatePartnerEventSourceOutput) -> bool
fn eq(&self, other: &CreatePartnerEventSourceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.