Class: Aws::SecurityHub::Types::AwsAthenaWorkGroupConfigurationResultConfigurationDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#encryption_configurationTypes::AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails

Specifies the method used to encrypt the user’s data stores in the Athena workgroup.



2557
2558
2559
2560
2561
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2557

class AwsAthenaWorkGroupConfigurationResultConfigurationDetails < Struct.new(
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end