#[non_exhaustive]pub struct DescribeOrganizationOverviewOutput { /* private fields */ }
Implementations§
source§impl DescribeOrganizationOverviewOutput
impl DescribeOrganizationOverviewOutput
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.
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.
source§impl DescribeOrganizationOverviewOutput
impl DescribeOrganizationOverviewOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeOrganizationOverviewOutput
.
Trait Implementations§
source§impl Clone for DescribeOrganizationOverviewOutput
impl Clone for DescribeOrganizationOverviewOutput
source§fn clone(&self) -> DescribeOrganizationOverviewOutput
fn clone(&self) -> DescribeOrganizationOverviewOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescribeOrganizationOverviewOutput> for DescribeOrganizationOverviewOutput
impl PartialEq<DescribeOrganizationOverviewOutput> for DescribeOrganizationOverviewOutput
source§fn eq(&self, other: &DescribeOrganizationOverviewOutput) -> bool
fn eq(&self, other: &DescribeOrganizationOverviewOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.