Class: Aws::GuardDuty::Types::CreateS3BucketResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucket_nameString

Name of the S3 bucket.

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
# File 'lib/aws-sdk-guardduty/types.rb', line 1690

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

#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>)


1690
1691
1692
1693
1694
1695
# File 'lib/aws-sdk-guardduty/types.rb', line 1690

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