Class: Aws::Macie2::Types::ClassificationScopeSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::ClassificationScopeSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about the classification scope for an Amazon Macie account. Macie uses the scope’s settings when it performs automated sensitive data discovery for the account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier the classification scope.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the classification scope.
 
Instance Attribute Details
#id ⇒ String
The unique identifier the classification scope.
      1163 1164 1165 1166 1167 1168  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1163 class ClassificationScopeSummary < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the classification scope.
      1163 1164 1165 1166 1167 1168  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1163 class ClassificationScopeSummary < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end  |