Struct aws_sdk_securityhub::types::AwsAthenaWorkGroupConfigurationResultConfigurationDetails
source · #[non_exhaustive]pub struct AwsAthenaWorkGroupConfigurationResultConfigurationDetails {
pub encryption_configuration: Option<AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails>,
}
Expand description
The location in Amazon Simple Storage Service (Amazon S3) where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as client-side settings. If workgroup settings override client-side settings, then the query uses the workgroup settings.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.encryption_configuration: Option<AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails>
Specifies the method used to encrypt the user’s data stores in the Athena workgroup.
Implementations§
source§impl AwsAthenaWorkGroupConfigurationResultConfigurationDetails
impl AwsAthenaWorkGroupConfigurationResultConfigurationDetails
sourcepub fn encryption_configuration(
&self
) -> Option<&AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails>
pub fn encryption_configuration( &self ) -> Option<&AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails>
Specifies the method used to encrypt the user’s data stores in the Athena workgroup.
source§impl AwsAthenaWorkGroupConfigurationResultConfigurationDetails
impl AwsAthenaWorkGroupConfigurationResultConfigurationDetails
sourcepub fn builder(
) -> AwsAthenaWorkGroupConfigurationResultConfigurationDetailsBuilder
pub fn builder( ) -> AwsAthenaWorkGroupConfigurationResultConfigurationDetailsBuilder
Creates a new builder-style object to manufacture AwsAthenaWorkGroupConfigurationResultConfigurationDetails
.
Trait Implementations§
source§impl Clone for AwsAthenaWorkGroupConfigurationResultConfigurationDetails
impl Clone for AwsAthenaWorkGroupConfigurationResultConfigurationDetails
source§fn clone(&self) -> AwsAthenaWorkGroupConfigurationResultConfigurationDetails
fn clone(&self) -> AwsAthenaWorkGroupConfigurationResultConfigurationDetails
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 PartialEq for AwsAthenaWorkGroupConfigurationResultConfigurationDetails
impl PartialEq for AwsAthenaWorkGroupConfigurationResultConfigurationDetails
source§fn eq(
&self,
other: &AwsAthenaWorkGroupConfigurationResultConfigurationDetails
) -> bool
fn eq( &self, other: &AwsAthenaWorkGroupConfigurationResultConfigurationDetails ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsAthenaWorkGroupConfigurationResultConfigurationDetails
Auto Trait Implementations§
impl RefUnwindSafe for AwsAthenaWorkGroupConfigurationResultConfigurationDetails
impl Send for AwsAthenaWorkGroupConfigurationResultConfigurationDetails
impl Sync for AwsAthenaWorkGroupConfigurationResultConfigurationDetails
impl Unpin for AwsAthenaWorkGroupConfigurationResultConfigurationDetails
impl UnwindSafe for AwsAthenaWorkGroupConfigurationResultConfigurationDetails
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.