#[non_exhaustive]pub struct DeleteAnalysisOutput { /* private fields */ }
Implementations§
source§impl DeleteAnalysisOutput
impl DeleteAnalysisOutput
sourcepub fn analysis_id(&self) -> Option<&str>
pub fn analysis_id(&self) -> Option<&str>
The ID of the deleted analysis.
sourcepub fn deletion_time(&self) -> Option<&DateTime>
pub fn deletion_time(&self) -> Option<&DateTime>
The date and time that the analysis is scheduled to be deleted.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
source§impl DeleteAnalysisOutput
impl DeleteAnalysisOutput
sourcepub fn builder() -> DeleteAnalysisOutputBuilder
pub fn builder() -> DeleteAnalysisOutputBuilder
Creates a new builder-style object to manufacture DeleteAnalysisOutput
.
Trait Implementations§
source§impl Clone for DeleteAnalysisOutput
impl Clone for DeleteAnalysisOutput
source§fn clone(&self) -> DeleteAnalysisOutput
fn clone(&self) -> DeleteAnalysisOutput
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 DeleteAnalysisOutput
impl Debug for DeleteAnalysisOutput
source§impl PartialEq<DeleteAnalysisOutput> for DeleteAnalysisOutput
impl PartialEq<DeleteAnalysisOutput> for DeleteAnalysisOutput
source§fn eq(&self, other: &DeleteAnalysisOutput) -> bool
fn eq(&self, other: &DeleteAnalysisOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteAnalysisOutput
impl RequestId for DeleteAnalysisOutput
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.