Class: Aws::Macie2::Types::GetAutomatedDiscoveryConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::GetAutomatedDiscoveryConfigurationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about the configuration settings and status of automated sensitive data discovery for an organization in Amazon Macie or a standalone Macie account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_enable_organization_members  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether to automatically enable automated sensitive data discovery for accounts that are part of an organization in Amazon Macie.
 - 
  
    
      #classification_scope_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier the classification scope.
 - 
  
    
      #disabled_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a date and time in UTC and extended ISO 8601 format.
 - 
  
    
      #first_enabled_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a date and time in UTC and extended ISO 8601 format.
 - 
  
    
      #last_updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a date and time in UTC and extended ISO 8601 format.
 - 
  
    
      #sensitivity_inspection_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the sensitivity inspection template.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the automated sensitive data discovery configuration for an organization in Amazon Macie or a standalone Macie account.
 
Instance Attribute Details
#auto_enable_organization_members ⇒ String
Specifies whether to automatically enable automated sensitive data discovery for accounts that are part of an organization in Amazon Macie. Valid values are:
      2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2692 class GetAutomatedDiscoveryConfigurationResponse < Struct.new( :auto_enable_organization_members, :classification_scope_id, :disabled_at, :first_enabled_at, :last_updated_at, :sensitivity_inspection_template_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#classification_scope_id ⇒ String
The unique identifier the classification scope.
      2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2692 class GetAutomatedDiscoveryConfigurationResponse < Struct.new( :auto_enable_organization_members, :classification_scope_id, :disabled_at, :first_enabled_at, :last_updated_at, :sensitivity_inspection_template_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#disabled_at ⇒ Time
Specifies a date and time in UTC and extended ISO 8601 format.
      2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2692 class GetAutomatedDiscoveryConfigurationResponse < Struct.new( :auto_enable_organization_members, :classification_scope_id, :disabled_at, :first_enabled_at, :last_updated_at, :sensitivity_inspection_template_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#first_enabled_at ⇒ Time
Specifies a date and time in UTC and extended ISO 8601 format.
      2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2692 class GetAutomatedDiscoveryConfigurationResponse < Struct.new( :auto_enable_organization_members, :classification_scope_id, :disabled_at, :first_enabled_at, :last_updated_at, :sensitivity_inspection_template_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_at ⇒ Time
Specifies a date and time in UTC and extended ISO 8601 format.
      2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2692 class GetAutomatedDiscoveryConfigurationResponse < Struct.new( :auto_enable_organization_members, :classification_scope_id, :disabled_at, :first_enabled_at, :last_updated_at, :sensitivity_inspection_template_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#sensitivity_inspection_template_id ⇒ String
The unique identifier for the sensitivity inspection template.
      2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2692 class GetAutomatedDiscoveryConfigurationResponse < Struct.new( :auto_enable_organization_members, :classification_scope_id, :disabled_at, :first_enabled_at, :last_updated_at, :sensitivity_inspection_template_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the automated sensitive data discovery configuration for an organization in Amazon Macie or a standalone Macie account. Valid values are:
      2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2692 class GetAutomatedDiscoveryConfigurationResponse < Struct.new( :auto_enable_organization_members, :classification_scope_id, :disabled_at, :first_enabled_at, :last_updated_at, :sensitivity_inspection_template_id, :status) SENSITIVE = [] include Aws::Structure end  |