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

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

#bucket_nameString

Name of the S3 bucket.

Returns:

  • (String)


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


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