Struct aws_sdk_athena::model::WorkGroupSummary
source · #[non_exhaustive]pub struct WorkGroupSummary { /* private fields */ }
Expand description
The summary information for the workgroup, which includes its name, state, description, and the date and time it was created.
Implementations§
source§impl WorkGroupSummary
impl WorkGroupSummary
sourcepub fn state(&self) -> Option<&WorkGroupState>
pub fn state(&self) -> Option<&WorkGroupState>
The state of the workgroup.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The workgroup description.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The workgroup creation date and time.
sourcepub fn engine_version(&self) -> Option<&EngineVersion>
pub fn engine_version(&self) -> Option<&EngineVersion>
The engine version setting for all queries on the workgroup. Queries on the AmazonAthenaPreviewFunctionality
workgroup run on the preview engine regardless of this setting.
source§impl WorkGroupSummary
impl WorkGroupSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkGroupSummary
.
Trait Implementations§
source§impl Clone for WorkGroupSummary
impl Clone for WorkGroupSummary
source§fn clone(&self) -> WorkGroupSummary
fn clone(&self) -> WorkGroupSummary
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 WorkGroupSummary
impl Debug for WorkGroupSummary
source§impl PartialEq<WorkGroupSummary> for WorkGroupSummary
impl PartialEq<WorkGroupSummary> for WorkGroupSummary
source§fn eq(&self, other: &WorkGroupSummary) -> bool
fn eq(&self, other: &WorkGroupSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.