Struct aws_sdk_devopsguru::output::DescribeAccountHealthOutput [−][src]
#[non_exhaustive]pub struct DescribeAccountHealthOutput {
pub open_reactive_insights: i32,
pub open_proactive_insights: i32,
pub metrics_analyzed: i32,
pub resource_hours: Option<i64>,
}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_reactive_insights: i32An integer that specifies the number of open reactive insights in your AWS account.
open_proactive_insights: i32An integer that specifies the number of open proactive insights in your AWS account.
metrics_analyzed: i32An integer that specifies the number of metrics that have been analyzed in your AWS account.
resource_hours: Option<i64>The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.
Implementations
Creates a new builder-style object to manufacture DescribeAccountHealthOutput
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 DescribeAccountHealthOutput
impl Send for DescribeAccountHealthOutput
impl Sync for DescribeAccountHealthOutput
impl Unpin for DescribeAccountHealthOutput
impl UnwindSafe for DescribeAccountHealthOutput
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