Class: Aws::Macie2::Types::UpdateAutomatedDiscoveryConfigurationRequest

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

Overview

Enables or disables automated sensitive data discovery for an Amazon Macie account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the automated sensitive data discovery configuration for an Amazon Macie account. Valid values are:

Returns:

  • (String)


6399
6400
6401
6402
6403
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6399

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