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
sourceimpl 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.
sourceimpl EventSourcesConfig
impl EventSourcesConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EventSourcesConfig
.
Trait Implementations
sourceimpl Clone for EventSourcesConfig
impl Clone for EventSourcesConfig
sourcefn clone(&self) -> EventSourcesConfig
fn clone(&self) -> EventSourcesConfig
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 EventSourcesConfig
impl Debug for EventSourcesConfig
sourceimpl PartialEq<EventSourcesConfig> for EventSourcesConfig
impl PartialEq<EventSourcesConfig> for EventSourcesConfig
sourcefn eq(&self, other: &EventSourcesConfig) -> bool
fn eq(&self, other: &EventSourcesConfig) -> bool
impl StructuralPartialEq for EventSourcesConfig
Auto Trait Implementations
impl RefUnwindSafe for EventSourcesConfig
impl Send for EventSourcesConfig
impl Sync for EventSourcesConfig
impl Unpin for EventSourcesConfig
impl UnwindSafe for EventSourcesConfig
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