Struct aws_sdk_devopsguru::model::OpsCenterIntegration [−][src]
#[non_exhaustive]pub struct OpsCenterIntegration {
pub opt_in_status: Option<OptInStatus>,
}
Expand description
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.opt_in_status: Option<OptInStatus>
Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight.
Implementations
Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight.
Creates a new builder-style object to manufacture OpsCenterIntegration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OpsCenterIntegration
impl Send for OpsCenterIntegration
impl Sync for OpsCenterIntegration
impl Unpin for OpsCenterIntegration
impl UnwindSafe for OpsCenterIntegration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more