Struct aws_sdk_networkmanager::model::AccountStatus
source · #[non_exhaustive]pub struct AccountStatus { /* private fields */ }Expand description
Describes the current status of an account within an Amazon Web Services Organization, including service-linked roles (SLRs).
Implementations§
source§impl AccountStatus
impl AccountStatus
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The ID of an account within the Amazon Web Services Organization.
sourcepub fn slr_deployment_status(&self) -> Option<&str>
pub fn slr_deployment_status(&self) -> Option<&str>
The status of SLR deployment for the account.
source§impl AccountStatus
impl AccountStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountStatus.
Trait Implementations§
source§impl Clone for AccountStatus
impl Clone for AccountStatus
source§fn clone(&self) -> AccountStatus
fn clone(&self) -> AccountStatus
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 more