Struct aws_sdk_devopsguru::model::AccountInsightHealth
source · [−]#[non_exhaustive]pub struct AccountInsightHealth {
pub open_proactive_insights: i32,
pub open_reactive_insights: i32,
}
Expand description
Information about the number of open reactive and proactive insights that can be used to gauge the health of your system.
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.open_proactive_insights: i32
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
open_reactive_insights: i32
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
Implementations
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
Creates a new builder-style object to manufacture AccountInsightHealth
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 AccountInsightHealth
impl Send for AccountInsightHealth
impl Sync for AccountInsightHealth
impl Unpin for AccountInsightHealth
impl UnwindSafe for AccountInsightHealth
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