Class: Aws::GuardDuty::Types::UpdateS3BucketResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateS3BucketResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about the protected S3 bucket resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_prefixes ⇒ Array<String>
Information about the specified object prefixes.
Instance Attribute Details
#object_prefixes ⇒ Array<String>
Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
9027 9028 9029 9030 9031 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9027 class UpdateS3BucketResource < Struct.new( :object_prefixes) SENSITIVE = [] include Aws::Structure end |