Class: Aws::GuardDuty::Types::S3ObjectDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Information about the S3 object that was scanned

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

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.

Returns:

  • (String)


8456
8457
8458
8459
8460
8461
8462
8463
8464
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8456

class S3ObjectDetail < Struct.new(
  :object_arn,
  :key,
  :etag,
  :hash,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#hashString

Hash of the threat detected in this finding.

Returns:

  • (String)


8456
8457
8458
8459
8460
8461
8462
8463
8464
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8456

class S3ObjectDetail < Struct.new(
  :object_arn,
  :key,
  :etag,
  :hash,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

Key of the S3 object.

Returns:

  • (String)


8456
8457
8458
8459
8460
8461
8462
8463
8464
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8456

class S3ObjectDetail < Struct.new(
  :object_arn,
  :key,
  :etag,
  :hash,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#object_arnString

Amazon Resource Name (ARN) of the S3 object.

Returns:

  • (String)


8456
8457
8458
8459
8460
8461
8462
8463
8464
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8456

class S3ObjectDetail < Struct.new(
  :object_arn,
  :key,
  :etag,
  :hash,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

Version ID of the object.

Returns:

  • (String)


8456
8457
8458
8459
8460
8461
8462
8463
8464
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8456

class S3ObjectDetail < Struct.new(
  :object_arn,
  :key,
  :etag,
  :hash,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end