#[non_exhaustive]pub struct DescribeOrganizationOverviewOutput {
pub reactive_insights: i32,
pub proactive_insights: i32,
}
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.
proactive_insights: i32
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
Implementations
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
Creates a new builder-style object to manufacture DescribeOrganizationOverviewOutput
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 Send for DescribeOrganizationOverviewOutput
impl Sync for DescribeOrganizationOverviewOutput
impl Unpin for DescribeOrganizationOverviewOutput
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