Struct aws_sdk_athena::model::CalculationSummary
source · #[non_exhaustive]pub struct CalculationSummary { /* private fields */ }
Expand description
Summary information for a notebook calculation.
Implementations§
source§impl CalculationSummary
impl CalculationSummary
sourcepub fn calculation_execution_id(&self) -> Option<&str>
pub fn calculation_execution_id(&self) -> Option<&str>
The calculation execution UUID.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the calculation.
sourcepub fn status(&self) -> Option<&CalculationStatus>
pub fn status(&self) -> Option<&CalculationStatus>
Contains information about the status of the calculation.
source§impl CalculationSummary
impl CalculationSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CalculationSummary
.
Trait Implementations§
source§impl Clone for CalculationSummary
impl Clone for CalculationSummary
source§fn clone(&self) -> CalculationSummary
fn clone(&self) -> CalculationSummary
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 CalculationSummary
impl Debug for CalculationSummary
source§impl PartialEq<CalculationSummary> for CalculationSummary
impl PartialEq<CalculationSummary> for CalculationSummary
source§fn eq(&self, other: &CalculationSummary) -> bool
fn eq(&self, other: &CalculationSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.