Class: Aws::GuardDuty::Types::UpdateS3BucketResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateS3BucketResource
- 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
-
#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.
9802 9803 9804 9805 9806 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9802 class UpdateS3BucketResource < Struct.new( :object_prefixes) SENSITIVE = [] include Aws::Structure end |