Struct aws_sdk_quicksight::model::AnalysisSummary
source · [−]#[non_exhaustive]pub struct AnalysisSummary {
pub arn: Option<String>,
pub analysis_id: Option<String>,
pub name: Option<String>,
pub status: Option<ResourceStatus>,
pub created_time: Option<DateTime>,
pub last_updated_time: Option<DateTime>,
}Expand description
The summary metadata that describes an analysis.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.arn: Option<String>The Amazon Resource Name (ARN) for the analysis.
analysis_id: Option<String>The ID of the analysis. This ID displays in the URL.
name: Option<String>The name of the analysis. This name is displayed in the Amazon QuickSight console.
status: Option<ResourceStatus>The last known status for the analysis.
created_time: Option<DateTime>The time that the analysis was created.
last_updated_time: Option<DateTime>The time that the analysis was last updated.
Implementations
The ID of the analysis. This ID displays in the URL.
The name of the analysis. This name is displayed in the Amazon QuickSight console.
The last known status for the analysis.
The time that the analysis was created.
The time that the analysis was last updated.
Creates a new builder-style object to manufacture AnalysisSummary
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more