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§
source§impl 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
.
source§impl OrganizationStatus
impl OrganizationStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OrganizationStatus
.
Trait Implementations§
source§impl Clone for OrganizationStatus
impl Clone for OrganizationStatus
source§fn clone(&self) -> OrganizationStatus
fn clone(&self) -> OrganizationStatus
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 Debug for OrganizationStatus
impl Debug for OrganizationStatus
source§impl PartialEq<OrganizationStatus> for OrganizationStatus
impl PartialEq<OrganizationStatus> for OrganizationStatus
source§fn 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 ==
.