#[non_exhaustive]pub struct OpsCenterIntegrationConfig { /* private fields */ }
Expand description
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight. You can use this to update the configuration.
Implementations
sourceimpl OpsCenterIntegrationConfig
impl OpsCenterIntegrationConfig
sourcepub fn opt_in_status(&self) -> Option<&OptInStatus>
pub fn opt_in_status(&self) -> Option<&OptInStatus>
Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
sourceimpl OpsCenterIntegrationConfig
impl OpsCenterIntegrationConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OpsCenterIntegrationConfig
.
Trait Implementations
sourceimpl Clone for OpsCenterIntegrationConfig
impl Clone for OpsCenterIntegrationConfig
sourcefn clone(&self) -> OpsCenterIntegrationConfig
fn clone(&self) -> OpsCenterIntegrationConfig
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 OpsCenterIntegrationConfig
impl Debug for OpsCenterIntegrationConfig
sourceimpl PartialEq<OpsCenterIntegrationConfig> for OpsCenterIntegrationConfig
impl PartialEq<OpsCenterIntegrationConfig> for OpsCenterIntegrationConfig
sourcefn eq(&self, other: &OpsCenterIntegrationConfig) -> bool
fn eq(&self, other: &OpsCenterIntegrationConfig) -> bool
impl StructuralPartialEq for OpsCenterIntegrationConfig
Auto Trait Implementations
impl RefUnwindSafe for OpsCenterIntegrationConfig
impl Send for OpsCenterIntegrationConfig
impl Sync for OpsCenterIntegrationConfig
impl Unpin for OpsCenterIntegrationConfig
impl UnwindSafe for OpsCenterIntegrationConfig
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