Struct aws_sdk_quicksight::output::DeleteAnalysisOutput
source · [−]#[non_exhaustive]pub struct DeleteAnalysisOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl DeleteAnalysisOutput
impl DeleteAnalysisOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAnalysisOutput.
Trait Implementations
sourceimpl Clone for DeleteAnalysisOutput
impl Clone for DeleteAnalysisOutput
sourcefn clone(&self) -> DeleteAnalysisOutput
fn clone(&self) -> DeleteAnalysisOutput
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 moresourceimpl Debug for DeleteAnalysisOutput
impl Debug for DeleteAnalysisOutput
sourceimpl PartialEq<DeleteAnalysisOutput> for DeleteAnalysisOutput
impl PartialEq<DeleteAnalysisOutput> for DeleteAnalysisOutput
sourcefn eq(&self, other: &DeleteAnalysisOutput) -> bool
fn eq(&self, other: &DeleteAnalysisOutput) -> bool
impl StructuralPartialEq for DeleteAnalysisOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteAnalysisOutput
impl Send for DeleteAnalysisOutput
impl Sync for DeleteAnalysisOutput
impl Unpin for DeleteAnalysisOutput
impl UnwindSafe for DeleteAnalysisOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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