Struct aws_sdk_athena::model::CalculationResult
source · #[non_exhaustive]pub struct CalculationResult { /* private fields */ }
Expand description
Contains information about an application-specific calculation result.
Implementations§
source§impl CalculationResult
impl CalculationResult
sourcepub fn std_out_s3_uri(&self) -> Option<&str>
pub fn std_out_s3_uri(&self) -> Option<&str>
The Amazon S3 location of the stdout
file for the calculation.
sourcepub fn std_error_s3_uri(&self) -> Option<&str>
pub fn std_error_s3_uri(&self) -> Option<&str>
The Amazon S3 location of the stderr
error messages file for the calculation.
sourcepub fn result_s3_uri(&self) -> Option<&str>
pub fn result_s3_uri(&self) -> Option<&str>
The Amazon S3 location of the folder for the calculation results.
sourcepub fn result_type(&self) -> Option<&str>
pub fn result_type(&self) -> Option<&str>
The data format of the calculation result.
source§impl CalculationResult
impl CalculationResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CalculationResult
.
Trait Implementations§
source§impl Clone for CalculationResult
impl Clone for CalculationResult
source§fn clone(&self) -> CalculationResult
fn clone(&self) -> CalculationResult
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 CalculationResult
impl Debug for CalculationResult
source§impl PartialEq<CalculationResult> for CalculationResult
impl PartialEq<CalculationResult> for CalculationResult
source§fn eq(&self, other: &CalculationResult) -> bool
fn eq(&self, other: &CalculationResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.