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