#[non_exhaustive]pub struct GetEventsConfigurationOutput { /* private fields */ }Implementations§
source§impl GetEventsConfigurationOutput
 
impl GetEventsConfigurationOutput
sourcepub fn events_configuration(&self) -> Option<&EventsConfiguration>
 
pub fn events_configuration(&self) -> Option<&EventsConfiguration>
The events configuration details.
source§impl GetEventsConfigurationOutput
 
impl GetEventsConfigurationOutput
sourcepub fn builder() -> GetEventsConfigurationOutputBuilder
 
pub fn builder() -> GetEventsConfigurationOutputBuilder
Creates a new builder-style object to manufacture GetEventsConfigurationOutput.
Trait Implementations§
source§impl Clone for GetEventsConfigurationOutput
 
impl Clone for GetEventsConfigurationOutput
source§fn clone(&self) -> GetEventsConfigurationOutput
 
fn clone(&self) -> GetEventsConfigurationOutput
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 GetEventsConfigurationOutput
 
impl Debug for GetEventsConfigurationOutput
source§impl PartialEq<GetEventsConfigurationOutput> for GetEventsConfigurationOutput
 
impl PartialEq<GetEventsConfigurationOutput> for GetEventsConfigurationOutput
source§fn eq(&self, other: &GetEventsConfigurationOutput) -> bool
 
fn eq(&self, other: &GetEventsConfigurationOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for GetEventsConfigurationOutput
 
impl RequestId for GetEventsConfigurationOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.impl StructuralPartialEq for GetEventsConfigurationOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetEventsConfigurationOutput
impl Send for GetEventsConfigurationOutput
impl Sync for GetEventsConfigurationOutput
impl Unpin for GetEventsConfigurationOutput
impl UnwindSafe for GetEventsConfigurationOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more