Class: Aws::Types::MalwareScan
- Inherits:
-
Object
- Object
- Aws::Types::MalwareScan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_type ⇒ "EBS_RECOVERY_POINT", ...
Returns the value of attribute resource_type.
-
#scan_completed_at ⇒ ::Time
Returns the value of attribute scan_completed_at.
-
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
-
#scan_result_status ⇒ "NO_THREATS_FOUND", "THREATS_FOUND"
Returns the value of attribute scan_result_status.
-
#scan_started_at ⇒ ::Time
Returns the value of attribute scan_started_at.
-
#scan_status ⇒ "RUNNING", ...
Returns the value of attribute scan_status.
-
#scan_type ⇒ "BACKUP_INITIATED", ...
Returns the value of attribute scan_type.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def resource_arn @resource_arn end |
#resource_type ⇒ "EBS_RECOVERY_POINT", ...
Returns the value of attribute resource_type.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def resource_type @resource_type end |
#scan_completed_at ⇒ ::Time
Returns the value of attribute scan_completed_at.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def scan_completed_at @scan_completed_at end |
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def scan_id @scan_id end |
#scan_result_status ⇒ "NO_THREATS_FOUND", "THREATS_FOUND"
Returns the value of attribute scan_result_status.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def scan_result_status @scan_result_status end |
#scan_started_at ⇒ ::Time
Returns the value of attribute scan_started_at.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def scan_started_at @scan_started_at end |
#scan_status ⇒ "RUNNING", ...
Returns the value of attribute scan_status.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def scan_status @scan_status end |
#scan_type ⇒ "BACKUP_INITIATED", ...
Returns the value of attribute scan_type.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def scan_type @scan_type end |