Class: Aws::GuardDuty::Types::StartMalwareScanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::StartMalwareScanRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource for which you invoked the API.
Instance Attribute Details
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource for which you invoked the API.
7627 7628 7629 7630 7631 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7627 class StartMalwareScanRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |