#[non_exhaustive]pub struct GetAccountConfigurationOutput { /* private fields */ }Implementations§
source§impl GetAccountConfigurationOutput
impl GetAccountConfigurationOutput
sourcepub fn expiry_events(&self) -> Option<&ExpiryEventsConfiguration>
pub fn expiry_events(&self) -> Option<&ExpiryEventsConfiguration>
Expiration events configuration options associated with the Amazon Web Services account.
source§impl GetAccountConfigurationOutput
impl GetAccountConfigurationOutput
sourcepub fn builder() -> GetAccountConfigurationOutputBuilder
pub fn builder() -> GetAccountConfigurationOutputBuilder
Creates a new builder-style object to manufacture GetAccountConfigurationOutput.
Trait Implementations§
source§impl Clone for GetAccountConfigurationOutput
impl Clone for GetAccountConfigurationOutput
source§fn clone(&self) -> GetAccountConfigurationOutput
fn clone(&self) -> GetAccountConfigurationOutput
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<GetAccountConfigurationOutput> for GetAccountConfigurationOutput
impl PartialEq<GetAccountConfigurationOutput> for GetAccountConfigurationOutput
source§fn eq(&self, other: &GetAccountConfigurationOutput) -> bool
fn eq(&self, other: &GetAccountConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetAccountConfigurationOutput
impl RequestId for GetAccountConfigurationOutput
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.