Class: Aws::GuardDuty::Types::StartMalwareScanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::StartMalwareScanRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The idempotency token for the create request.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource for which you invoked the API.
-
#scan_configuration ⇒ Types::StartMalwareScanConfiguration
Contains information about the configuration to be used for the malware scan.
Instance Attribute Details
#client_token ⇒ String
The idempotency token for the create request.
A suitable default value is auto-generated. You should normally not need to pass this option.
10703 10704 10705 10706 10707 10708 10709 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10703 class StartMalwareScanRequest < Struct.new( :resource_arn, :client_token, :scan_configuration) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource for which you invoked the API.
10703 10704 10705 10706 10707 10708 10709 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10703 class StartMalwareScanRequest < Struct.new( :resource_arn, :client_token, :scan_configuration) SENSITIVE = [] include Aws::Structure end |
#scan_configuration ⇒ Types::StartMalwareScanConfiguration
Contains information about the configuration to be used for the malware scan.
10703 10704 10705 10706 10707 10708 10709 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10703 class StartMalwareScanRequest < Struct.new( :resource_arn, :client_token, :scan_configuration) SENSITIVE = [] include Aws::Structure end |