Struct aws_sdk_acm::output::GetAccountConfigurationOutput
source · #[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() -> Builder
pub fn builder() -> Builder
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 more