Class: Aws::SecurityHub::Types::AwsAthenaWorkGroupConfigurationResultConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsAthenaWorkGroupConfigurationResultConfigurationDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails
Specifies the method used to encrypt the user’s data stores in the Athena workgroup.
Instance Attribute Details
#encryption_configuration ⇒ Types::AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails
Specifies the method used to encrypt the user’s data stores in the Athena workgroup.
2692 2693 2694 2695 2696 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2692 class AwsAthenaWorkGroupConfigurationResultConfigurationDetails < Struct.new( :encryption_configuration) SENSITIVE = [] include Aws::Structure end |