Class: Aws::Macie2::Types::AutomatedDiscoveryAccount
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::AutomatedDiscoveryAccount
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about 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
      286 287 288 289 290 291  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 286 class AutomatedDiscoveryAccount < 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:
      286 287 288 289 290 291  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 286 class AutomatedDiscoveryAccount < Struct.new( :account_id, :status) SENSITIVE = [] include Aws::Structure end  |