Struct aws_sdk_networkmanager::model::OrganizationStatus
source · [−]#[non_exhaustive]pub struct OrganizationStatus { /* private fields */ }
Expand description
The status of an Amazon Web Services Organization and the accounts within that organization.
Implementations
sourceimpl OrganizationStatus
impl OrganizationStatus
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The ID of an Amazon Web Services Organization.
sourcepub fn organization_aws_service_access_status(&self) -> Option<&str>
pub fn organization_aws_service_access_status(&self) -> Option<&str>
The status of the organization's AWS service access. This will be ENABLED
or DISABLED
.
sourcepub fn slr_deployment_status(&self) -> Option<&str>
pub fn slr_deployment_status(&self) -> Option<&str>
The status of the SLR deployment for the account. This will be either SUCCEEDED
or IN_PROGRESS
.
sourcepub fn account_status_list(&self) -> Option<&[AccountStatus]>
pub fn account_status_list(&self) -> Option<&[AccountStatus]>
The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts. This will be either SUCCEEDED
or IN_PROGRESS
.
sourceimpl OrganizationStatus
impl OrganizationStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OrganizationStatus
.
Trait Implementations
sourceimpl Clone for OrganizationStatus
impl Clone for OrganizationStatus
sourcefn clone(&self) -> OrganizationStatus
fn clone(&self) -> OrganizationStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for OrganizationStatus
impl Debug for OrganizationStatus
sourceimpl PartialEq<OrganizationStatus> for OrganizationStatus
impl PartialEq<OrganizationStatus> for OrganizationStatus
sourcefn eq(&self, other: &OrganizationStatus) -> bool
fn eq(&self, other: &OrganizationStatus) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &OrganizationStatus) -> bool
fn ne(&self, other: &OrganizationStatus) -> bool
This method tests for !=
.
impl StructuralPartialEq for OrganizationStatus
Auto Trait Implementations
impl RefUnwindSafe for OrganizationStatus
impl Send for OrganizationStatus
impl Sync for OrganizationStatus
impl Unpin for OrganizationStatus
impl UnwindSafe for OrganizationStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more