Struct aws_sdk_acm::model::RenewalSummary
source · [−]#[non_exhaustive]pub struct RenewalSummary { /* private fields */ }Expand description
Contains information about the status of ACM's managed renewal for the certificate. This structure exists only when the certificate type is AMAZON_ISSUED.
Implementations
sourceimpl RenewalSummary
impl RenewalSummary
sourcepub fn renewal_status(&self) -> Option<&RenewalStatus>
pub fn renewal_status(&self) -> Option<&RenewalStatus>
The status of ACM's managed renewal of the certificate.
sourcepub fn domain_validation_options(&self) -> Option<&[DomainValidation]>
pub fn domain_validation_options(&self) -> Option<&[DomainValidation]>
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.
sourcepub fn renewal_status_reason(&self) -> Option<&FailureReason>
pub fn renewal_status_reason(&self) -> Option<&FailureReason>
The reason that a renewal request was unsuccessful.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The time at which the renewal summary was last updated.
sourceimpl RenewalSummary
impl RenewalSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RenewalSummary.
Trait Implementations
sourceimpl Clone for RenewalSummary
impl Clone for RenewalSummary
sourcefn clone(&self) -> RenewalSummary
fn clone(&self) -> RenewalSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RenewalSummary
impl Debug for RenewalSummary
sourceimpl PartialEq<RenewalSummary> for RenewalSummary
impl PartialEq<RenewalSummary> for RenewalSummary
sourcefn eq(&self, other: &RenewalSummary) -> bool
fn eq(&self, other: &RenewalSummary) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl StructuralPartialEq for RenewalSummary
Auto Trait Implementations
impl RefUnwindSafe for RenewalSummary
impl Send for RenewalSummary
impl Sync for RenewalSummary
impl Unpin for RenewalSummary
impl UnwindSafe for RenewalSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more