Class: Aws::Macie2::Types::GetClassificationScopeResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::GetClassificationScopeResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about the classification scope settings for an Amazon Macie account. Macie uses these 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.
 - 
  
    
      #s3  ⇒ Types::S3ClassificationScope 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.
 
Instance Attribute Details
#id ⇒ String
The unique identifier the classification scope.
      2888 2889 2890 2891 2892 2893 2894  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2888 class GetClassificationScopeResponse < Struct.new( :id, :name, :s3) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the classification scope.
      2888 2889 2890 2891 2892 2893 2894  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2888 class GetClassificationScopeResponse < Struct.new( :id, :name, :s3) SENSITIVE = [] include Aws::Structure end  | 
  
#s3 ⇒ Types::S3ClassificationScope
Specifies the S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.
      2888 2889 2890 2891 2892 2893 2894  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2888 class GetClassificationScopeResponse < Struct.new( :id, :name, :s3) SENSITIVE = [] include Aws::Structure end  |