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