Class: Aws::Macie2::Types::AutomatedDiscoveryAccountUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::AutomatedDiscoveryAccountUpdate
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Changes the status of automated sensitive data discovery for an Amazon Macie account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
-
#status ⇒ String
The status of automated sensitive data discovery for an Amazon Macie account.
Instance Attribute Details
#account_id ⇒ String
306 307 308 309 310 311 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 306 class AutomatedDiscoveryAccountUpdate < Struct.new( :account_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of automated sensitive data discovery for an Amazon Macie account. Valid values are:
306 307 308 309 310 311 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 306 class AutomatedDiscoveryAccountUpdate < Struct.new( :account_id, :status) SENSITIVE = [] include Aws::Structure end |