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

Inherits:
Struct
  • Object
show all
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

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)


7363
7364
7365
7366
7367
7368
7369
7370
7371
# File 'lib/aws-sdk-guardduty/types.rb', line 7363

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)


7363
7364
7365
7366
7367
7368
7369
7370
7371
# File 'lib/aws-sdk-guardduty/types.rb', line 7363

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

#keyString

Key of the S3 object.

Returns:

  • (String)


7363
7364
7365
7366
7367
7368
7369
7370
7371
# File 'lib/aws-sdk-guardduty/types.rb', line 7363

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)


7363
7364
7365
7366
7367
7368
7369
7370
7371
# File 'lib/aws-sdk-guardduty/types.rb', line 7363

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)


7363
7364
7365
7366
7367
7368
7369
7370
7371
# File 'lib/aws-sdk-guardduty/types.rb', line 7363

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