#[non_exhaustive]pub struct CreateEventIntegrationOutput { /* private fields */ }
Implementations
sourceimpl CreateEventIntegrationOutput
impl CreateEventIntegrationOutput
sourcepub fn event_integration_arn(&self) -> Option<&str>
pub fn event_integration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the event integration.
sourceimpl CreateEventIntegrationOutput
impl CreateEventIntegrationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEventIntegrationOutput
.
Trait Implementations
sourceimpl Clone for CreateEventIntegrationOutput
impl Clone for CreateEventIntegrationOutput
sourcefn clone(&self) -> CreateEventIntegrationOutput
fn clone(&self) -> CreateEventIntegrationOutput
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 CreateEventIntegrationOutput
impl Debug for CreateEventIntegrationOutput
sourceimpl PartialEq<CreateEventIntegrationOutput> for CreateEventIntegrationOutput
impl PartialEq<CreateEventIntegrationOutput> for CreateEventIntegrationOutput
sourcefn eq(&self, other: &CreateEventIntegrationOutput) -> bool
fn eq(&self, other: &CreateEventIntegrationOutput) -> bool
impl StructuralPartialEq for CreateEventIntegrationOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateEventIntegrationOutput
impl Send for CreateEventIntegrationOutput
impl Sync for CreateEventIntegrationOutput
impl Unpin for CreateEventIntegrationOutput
impl UnwindSafe for CreateEventIntegrationOutput
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