Struct aws_sdk_athena::input::GetWorkGroupInput
source · #[non_exhaustive]pub struct GetWorkGroupInput { /* private fields */ }
Implementations§
source§impl GetWorkGroupInput
impl GetWorkGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetWorkGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetWorkGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetWorkGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetWorkGroupInput
.
source§impl GetWorkGroupInput
impl GetWorkGroupInput
sourcepub fn work_group(&self) -> Option<&str>
pub fn work_group(&self) -> Option<&str>
The name of the workgroup.
Trait Implementations§
source§impl Clone for GetWorkGroupInput
impl Clone for GetWorkGroupInput
source§fn clone(&self) -> GetWorkGroupInput
fn clone(&self) -> GetWorkGroupInput
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 GetWorkGroupInput
impl Debug for GetWorkGroupInput
source§impl PartialEq<GetWorkGroupInput> for GetWorkGroupInput
impl PartialEq<GetWorkGroupInput> for GetWorkGroupInput
source§fn eq(&self, other: &GetWorkGroupInput) -> bool
fn eq(&self, other: &GetWorkGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.