#[non_exhaustive]pub struct AmazonCodeGuruProfilerIntegration { /* private fields */ }
Expand description
Information about your account's integration with Amazon CodeGuru Profiler. This returns whether DevOps Guru is configured to consume recommendations generated from Amazon CodeGuru Profiler.
Implementations§
source§impl AmazonCodeGuruProfilerIntegration
impl AmazonCodeGuruProfilerIntegration
sourcepub fn status(&self) -> Option<&EventSourceOptInStatus>
pub fn status(&self) -> Option<&EventSourceOptInStatus>
The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume recommendations that are generated from Amazon CodeGuru Profiler.
source§impl AmazonCodeGuruProfilerIntegration
impl AmazonCodeGuruProfilerIntegration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AmazonCodeGuruProfilerIntegration
.
Trait Implementations§
source§impl Clone for AmazonCodeGuruProfilerIntegration
impl Clone for AmazonCodeGuruProfilerIntegration
source§fn clone(&self) -> AmazonCodeGuruProfilerIntegration
fn clone(&self) -> AmazonCodeGuruProfilerIntegration
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<AmazonCodeGuruProfilerIntegration> for AmazonCodeGuruProfilerIntegration
impl PartialEq<AmazonCodeGuruProfilerIntegration> for AmazonCodeGuruProfilerIntegration
source§fn eq(&self, other: &AmazonCodeGuruProfilerIntegration) -> bool
fn eq(&self, other: &AmazonCodeGuruProfilerIntegration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.