Class: Aws::Macie2::Types::GetRevealConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about the configuration settings for retrieving occurrences of sensitive data reported by findings, and the status of the configuration for an Amazon Macie account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::RevealConfiguration

Specifies the status of the Amazon Macie configuration for retrieving occurrences of sensitive data reported by findings, and the Key Management Service (KMS) key to use to encrypt sensitive data that's retrieved. When you enable the configuration for the first time, your request must specify an KMS key. Otherwise, an error occurs.



3266
3267
3268
3269
3270
3271
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3266

class GetRevealConfigurationResponse < Struct.new(
  :configuration,
  :retrieval_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#retrieval_configurationTypes::RetrievalConfiguration

Provides information about the access method and settings that are used to retrieve occurrences of sensitive data reported by findings.



3266
3267
3268
3269
3270
3271
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3266

class GetRevealConfigurationResponse < Struct.new(
  :configuration,
  :retrieval_configuration)
  SENSITIVE = []
  include Aws::Structure
end