Class: Aws::GuardDuty::Types::StartMalwareScanRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Amazon Resource Name (ARN) of the resource for which you invoked the API.

Returns:

  • (String)


8987
8988
8989
8990
8991
# File 'lib/aws-sdk-guardduty/types.rb', line 8987

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