Class: Aws::GuardDuty::Types::S3ObjectDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::S3ObjectDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Information about the S3 object that was scanned
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #etag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The entity tag is a hash of the S3 object.
 - 
  
    
      #hash  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Hash of the threat detected in this finding.
 - 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Key of the S3 object.
 - 
  
    
      #object_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Resource Name (ARN) of the S3 object.
 - 
  
    
      #version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Version ID of the object.
 
Instance Attribute Details
#etag ⇒ String
The entity tag is a hash of the S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.
      7681 7682 7683 7684 7685 7686 7687 7688 7689  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 7681 class S3ObjectDetail < Struct.new( :object_arn, :key, :etag, :hash, :version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#hash ⇒ String
Hash of the threat detected in this finding.
      7681 7682 7683 7684 7685 7686 7687 7688 7689  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 7681 class S3ObjectDetail < Struct.new( :object_arn, :key, :etag, :hash, :version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#key ⇒ String
Key of the S3 object.
      7681 7682 7683 7684 7685 7686 7687 7688 7689  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 7681 class S3ObjectDetail < Struct.new( :object_arn, :key, :etag, :hash, :version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#object_arn ⇒ String
Amazon Resource Name (ARN) of the S3 object.
      7681 7682 7683 7684 7685 7686 7687 7688 7689  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 7681 class S3ObjectDetail < Struct.new( :object_arn, :key, :etag, :hash, :version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#version_id ⇒ String
Version ID of the object.
      7681 7682 7683 7684 7685 7686 7687 7688 7689  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 7681 class S3ObjectDetail < Struct.new( :object_arn, :key, :etag, :hash, :version_id) SENSITIVE = [] include Aws::Structure end  |