#[non_exhaustive]pub struct GetAccountStatusOutput { /* private fields */ }Implementations§
source§impl GetAccountStatusOutput
impl GetAccountStatusOutput
sourcepub fn status(&self) -> Option<&AccountStatus>
pub fn status(&self) -> Option<&AccountStatus>
The status of the Amazon Web Services account.
source§impl GetAccountStatusOutput
impl GetAccountStatusOutput
sourcepub fn builder() -> GetAccountStatusOutputBuilder
pub fn builder() -> GetAccountStatusOutputBuilder
Creates a new builder-style object to manufacture GetAccountStatusOutput.
Trait Implementations§
source§impl Clone for GetAccountStatusOutput
impl Clone for GetAccountStatusOutput
source§fn clone(&self) -> GetAccountStatusOutput
fn clone(&self) -> GetAccountStatusOutput
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 GetAccountStatusOutput
impl Debug for GetAccountStatusOutput
source§impl PartialEq<GetAccountStatusOutput> for GetAccountStatusOutput
impl PartialEq<GetAccountStatusOutput> for GetAccountStatusOutput
source§fn eq(&self, other: &GetAccountStatusOutput) -> bool
fn eq(&self, other: &GetAccountStatusOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetAccountStatusOutput
impl RequestId for GetAccountStatusOutput
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.