Struct aws_sdk_devopsguru::model::EventSourcesConfig
source · #[non_exhaustive]pub struct EventSourcesConfig { /* private fields */ }
Expand description
Information about the integration of DevOps Guru as consumer with another AWS service, such as AWS CodeGuru Profiler via EventBridge.
Implementations§
source§impl EventSourcesConfig
impl EventSourcesConfig
sourcepub fn amazon_code_guru_profiler(
&self
) -> Option<&AmazonCodeGuruProfilerIntegration>
pub fn amazon_code_guru_profiler(
&self
) -> Option<&AmazonCodeGuruProfilerIntegration>
Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.
source§impl EventSourcesConfig
impl EventSourcesConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EventSourcesConfig
.
Trait Implementations§
source§impl Clone for EventSourcesConfig
impl Clone for EventSourcesConfig
source§fn clone(&self) -> EventSourcesConfig
fn clone(&self) -> EventSourcesConfig
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 EventSourcesConfig
impl Debug for EventSourcesConfig
source§impl PartialEq<EventSourcesConfig> for EventSourcesConfig
impl PartialEq<EventSourcesConfig> for EventSourcesConfig
source§fn eq(&self, other: &EventSourcesConfig) -> bool
fn eq(&self, other: &EventSourcesConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.