Class: Aws::Macie2::Types::ResourcesAffected
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::ResourcesAffected
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about the resources that a finding applies to.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_bucket  ⇒ Types::S3Bucket 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the S3 bucket that a finding applies to.
 - 
  
    
      #s3_object  ⇒ Types::S3Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the S3 object that a finding applies to.
 
Instance Attribute Details
#s3_bucket ⇒ Types::S3Bucket
Provides information about the S3 bucket that a finding applies to.
      5211 5212 5213 5214 5215 5216  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5211 class ResourcesAffected < Struct.new( :s3_bucket, :s3_object) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_object ⇒ Types::S3Object
Provides information about the S3 object that a finding applies to.
      5211 5212 5213 5214 5215 5216  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5211 class ResourcesAffected < Struct.new( :s3_bucket, :s3_object) SENSITIVE = [] include Aws::Structure end  |