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)


8250
8251
8252
8253
8254
8255
8256
8257
8258
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8250

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)


8250
8251
8252
8253
8254
8255
8256
8257
8258
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8250

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

#keyString

Key of the S3 object.

Returns:

  • (String)


8250
8251
8252
8253
8254
8255
8256
8257
8258
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8250

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)


8250
8251
8252
8253
8254
8255
8256
8257
8258
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8250

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)


8250
8251
8252
8253
8254
8255
8256
8257
8258
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8250

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