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