Struct aws_sdk_devopsguru::operation::describe_organization_overview::DescribeOrganizationOverviewOutput
source · #[non_exhaustive]pub struct DescribeOrganizationOverviewOutput {
pub reactive_insights: i32,
pub proactive_insights: i32,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
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§
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() -> DescribeOrganizationOverviewOutputBuilder
pub fn builder() -> DescribeOrganizationOverviewOutputBuilder
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 for DescribeOrganizationOverviewOutput
impl PartialEq 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 ==
.source§impl RequestId for DescribeOrganizationOverviewOutput
impl RequestId for DescribeOrganizationOverviewOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeOrganizationOverviewOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeOrganizationOverviewOutput
impl Send for DescribeOrganizationOverviewOutput
impl Sync for DescribeOrganizationOverviewOutput
impl Unpin for DescribeOrganizationOverviewOutput
impl UnwindSafe for DescribeOrganizationOverviewOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.