Class: Aws::Types::StartMalwareScanRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMalwareScanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#scan_configuration ⇒ Types::StartMalwareScanConfiguration
Returns the value of attribute scan_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def client_token @client_token end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3006 3007 3008 |
# File 'sig/types.rbs', line 3006 def resource_arn @resource_arn end |
#scan_configuration ⇒ Types::StartMalwareScanConfiguration
Returns the value of attribute scan_configuration.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def scan_configuration @scan_configuration end |