Class: Aws::GuardDuty::Types::CreateS3BucketResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateS3BucketResource
- 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
-
#bucket_name ⇒ String
Name of the S3 bucket.
-
#object_prefixes ⇒ Array<String>
Information about the specified object prefixes.
Instance Attribute Details
#bucket_name ⇒ String
Name of the S3 bucket.
1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1848 class CreateS3BucketResource < Struct.new( :bucket_name, :object_prefixes) SENSITIVE = [] include Aws::Structure end |
#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.
1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1848 class CreateS3BucketResource < Struct.new( :bucket_name, :object_prefixes) SENSITIVE = [] include Aws::Structure end |