Struct aws_sdk_athena::output::GetWorkGroupOutput
source · #[non_exhaustive]pub struct GetWorkGroupOutput { /* private fields */ }
Implementations§
source§impl GetWorkGroupOutput
impl GetWorkGroupOutput
sourcepub fn work_group(&self) -> Option<&WorkGroup>
pub fn work_group(&self) -> Option<&WorkGroup>
Information about the workgroup.
source§impl GetWorkGroupOutput
impl GetWorkGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetWorkGroupOutput
.
Trait Implementations§
source§impl Clone for GetWorkGroupOutput
impl Clone for GetWorkGroupOutput
source§fn clone(&self) -> GetWorkGroupOutput
fn clone(&self) -> GetWorkGroupOutput
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 GetWorkGroupOutput
impl Debug for GetWorkGroupOutput
source§impl PartialEq<GetWorkGroupOutput> for GetWorkGroupOutput
impl PartialEq<GetWorkGroupOutput> for GetWorkGroupOutput
source§fn eq(&self, other: &GetWorkGroupOutput) -> bool
fn eq(&self, other: &GetWorkGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.