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