Class: Aws::Types::MalwareScanDetails
- Inherits:
-
Object
- Object
- Aws::Types::MalwareScanDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scan_category ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_category.
-
#scan_configuration ⇒ Types::MalwareProtectionFindingsScanConfiguration
Returns the value of attribute scan_configuration.
-
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
-
#scan_type ⇒ "BACKUP_INITIATED", ...
Returns the value of attribute scan_type.
-
#threats ⇒ ::Array[Types::Threat]
Returns the value of attribute threats.
-
#unique_threat_count ⇒ ::Integer
Returns the value of attribute unique_threat_count.
Instance Attribute Details
#scan_category ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_category.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def scan_category @scan_category end |
#scan_configuration ⇒ Types::MalwareProtectionFindingsScanConfiguration
Returns the value of attribute scan_configuration.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def scan_configuration @scan_configuration end |
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def scan_id @scan_id end |
#scan_type ⇒ "BACKUP_INITIATED", ...
Returns the value of attribute scan_type.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def scan_type @scan_type end |
#threats ⇒ ::Array[Types::Threat]
Returns the value of attribute threats.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def threats @threats end |
#unique_threat_count ⇒ ::Integer
Returns the value of attribute unique_threat_count.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def unique_threat_count @unique_threat_count end |