Class: Aws::GuardDuty::Types::CreateProtectedResource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Information about the protected resource that is associated with the created Malware Protection plan. Presently, S3Bucket is the only supported protected resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketTypes::CreateS3BucketResource

Information about the protected S3 bucket resource.



1625
1626
1627
1628
1629
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1625

class CreateProtectedResource < Struct.new(
  :s3_bucket)
  SENSITIVE = []
  include Aws::Structure
end