Class: Aws::GuardDuty::Types::UpdateS3BucketResource

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

Overview

Information about the protected S3 bucket resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_prefixesArray<String>

Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.

Returns:

  • (Array<String>)


8363
8364
8365
8366
8367
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8363

class UpdateS3BucketResource < Struct.new(
  :object_prefixes)
  SENSITIVE = []
  include Aws::Structure
end