Struct aws_sdk_athena::input::CreateWorkGroupInput
source · #[non_exhaustive]pub struct CreateWorkGroupInput { /* private fields */ }
Implementations§
source§impl CreateWorkGroupInput
impl CreateWorkGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateWorkGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateWorkGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateWorkGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateWorkGroupInput
.
source§impl CreateWorkGroupInput
impl CreateWorkGroupInput
sourcepub fn configuration(&self) -> Option<&WorkGroupConfiguration>
pub fn configuration(&self) -> Option<&WorkGroupConfiguration>
Contains configuration information for creating an Athena SQL workgroup, which includes the location in Amazon S3 where query results are stored, the encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch Metrics are enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is specified, and whether workgroup's settings (specified with EnforceWorkGroupConfiguration
) in the WorkGroupConfiguration
override client-side settings. See WorkGroupConfiguration$EnforceWorkGroupConfiguration
.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The workgroup description.
A list of comma separated tags to add to the workgroup that is created.
Trait Implementations§
source§impl Clone for CreateWorkGroupInput
impl Clone for CreateWorkGroupInput
source§fn clone(&self) -> CreateWorkGroupInput
fn clone(&self) -> CreateWorkGroupInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateWorkGroupInput
impl Debug for CreateWorkGroupInput
source§impl PartialEq<CreateWorkGroupInput> for CreateWorkGroupInput
impl PartialEq<CreateWorkGroupInput> for CreateWorkGroupInput
source§fn eq(&self, other: &CreateWorkGroupInput) -> bool
fn eq(&self, other: &CreateWorkGroupInput) -> bool
self
and other
values to be equal, and is used
by ==
.