Struct aws_sdk_quicksight::model::AnalysisSummary
source · [−]#[non_exhaustive]pub struct AnalysisSummary { /* private fields */ }Expand description
The summary metadata that describes an analysis.
Implementations
sourceimpl AnalysisSummary
impl AnalysisSummary
sourcepub fn analysis_id(&self) -> Option<&str>
pub fn analysis_id(&self) -> Option<&str>
The ID of the analysis. This ID displays in the URL.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the analysis. This name is displayed in the Amazon QuickSight console.
sourcepub fn status(&self) -> Option<&ResourceStatus>
pub fn status(&self) -> Option<&ResourceStatus>
The last known status for the analysis.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The time that the analysis was created.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The time that the analysis was last updated.
sourceimpl AnalysisSummary
impl AnalysisSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnalysisSummary.
Trait Implementations
sourceimpl Clone for AnalysisSummary
impl Clone for AnalysisSummary
sourcefn clone(&self) -> AnalysisSummary
fn clone(&self) -> AnalysisSummary
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 AnalysisSummary
impl Debug for AnalysisSummary
sourceimpl PartialEq<AnalysisSummary> for AnalysisSummary
impl PartialEq<AnalysisSummary> for AnalysisSummary
sourcefn eq(&self, other: &AnalysisSummary) -> bool
fn eq(&self, other: &AnalysisSummary) -> bool
impl StructuralPartialEq for AnalysisSummary
Auto Trait Implementations
impl RefUnwindSafe for AnalysisSummary
impl Send for AnalysisSummary
impl Sync for AnalysisSummary
impl Unpin for AnalysisSummary
impl UnwindSafe for AnalysisSummary
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