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