Method: Aws::GuardDuty::Types::GetMalwareProtectionPlanResponse#protected_resource
- Defined in:
- lib/aws-sdk-guardduty/types.rb
#protected_resource ⇒ Types::CreateProtectedResource
Information about the protected resource that is associated with the created Malware Protection plan. Presently, ‘S3Bucket` is the only supported protected resource.
4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4107 class GetMalwareProtectionPlanResponse < Struct.new( :arn, :role, :protected_resource, :actions, :created_at, :status, :status_reasons, :tags) SENSITIVE = [] include Aws::Structure end |