Class: Aws::GuardDuty::Types::UpdateProtectedResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateProtectedResource
- 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
-
#s3_bucket ⇒ Types::UpdateS3BucketResource
Information about the protected S3 bucket resource.
Instance Attribute Details
#s3_bucket ⇒ Types::UpdateS3BucketResource
Information about the protected S3 bucket resource.
9751 9752 9753 9754 9755 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9751 class UpdateProtectedResource < Struct.new( :s3_bucket) SENSITIVE = [] include Aws::Structure end |