Method: Aws::GuardDuty::Types::GetMalwareProtectionPlanResponse#role
- Defined in:
- lib/aws-sdk-guardduty/types.rb
#role ⇒ String
Amazon Resource Name (ARN) of the IAM role that includes the permissions to scan and add tags to the associated 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 |