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