Struct aws_sdk_devopsguru::operation::describe_account_overview::DescribeAccountOverviewOutput
source · #[non_exhaustive]pub struct DescribeAccountOverviewOutput {
pub reactive_insights: i32,
pub proactive_insights: i32,
pub mean_time_to_recover_in_milliseconds: i64,
/* private fields */
}
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.reactive_insights: i32
An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.
proactive_insights: i32
An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.
mean_time_to_recover_in_milliseconds: i64
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
Implementations§
source§impl DescribeAccountOverviewOutput
impl DescribeAccountOverviewOutput
sourcepub fn reactive_insights(&self) -> i32
pub fn reactive_insights(&self) -> i32
An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.
sourcepub fn proactive_insights(&self) -> i32
pub fn proactive_insights(&self) -> i32
An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.
sourcepub fn mean_time_to_recover_in_milliseconds(&self) -> i64
pub fn mean_time_to_recover_in_milliseconds(&self) -> i64
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
source§impl DescribeAccountOverviewOutput
impl DescribeAccountOverviewOutput
sourcepub fn builder() -> DescribeAccountOverviewOutputBuilder
pub fn builder() -> DescribeAccountOverviewOutputBuilder
Creates a new builder-style object to manufacture DescribeAccountOverviewOutput
.
Trait Implementations§
source§impl Clone for DescribeAccountOverviewOutput
impl Clone for DescribeAccountOverviewOutput
source§fn clone(&self) -> DescribeAccountOverviewOutput
fn clone(&self) -> DescribeAccountOverviewOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for DescribeAccountOverviewOutput
impl PartialEq for DescribeAccountOverviewOutput
source§fn eq(&self, other: &DescribeAccountOverviewOutput) -> bool
fn eq(&self, other: &DescribeAccountOverviewOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeAccountOverviewOutput
impl RequestId for DescribeAccountOverviewOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.