Struct aws_sdk_quicksight::model::AnalysisSummary
source · #[non_exhaustive]pub struct AnalysisSummary { /* private fields */ }
Expand description
The summary metadata that describes an analysis.
Implementations§
source§impl 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.
source§impl AnalysisSummary
impl AnalysisSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnalysisSummary
.
Trait Implementations§
source§impl Clone for AnalysisSummary
impl Clone for AnalysisSummary
source§fn clone(&self) -> AnalysisSummary
fn clone(&self) -> AnalysisSummary
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 AnalysisSummary
impl Debug for AnalysisSummary
source§impl PartialEq<AnalysisSummary> for AnalysisSummary
impl PartialEq<AnalysisSummary> for AnalysisSummary
source§fn eq(&self, other: &AnalysisSummary) -> bool
fn eq(&self, other: &AnalysisSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.