Class: Aws::Types::GetMalwareScanResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMalwareScanResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_detector_id ⇒ ::String
Returns the value of attribute admin_detector_id.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#failed_resources_count ⇒ ::Integer
Returns the value of attribute failed_resources_count.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_type ⇒ "EBS_RECOVERY_POINT", ...
Returns the value of attribute resource_type.
-
#scan_category ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_category.
-
#scan_completed_at ⇒ ::Time
Returns the value of attribute scan_completed_at.
-
#scan_configuration ⇒ Types::ScanConfiguration
Returns the value of attribute scan_configuration.
-
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
-
#scan_result_details ⇒ Types::GetMalwareScanResultDetails
Returns the value of attribute scan_result_details.
-
#scan_started_at ⇒ ::Time
Returns the value of attribute scan_started_at.
-
#scan_status ⇒ "RUNNING", ...
Returns the value of attribute scan_status.
-
#scan_status_reason ⇒ "ACCESS_DENIED", ...
Returns the value of attribute scan_status_reason.
-
#scan_type ⇒ "BACKUP_INITIATED", ...
Returns the value of attribute scan_type.
-
#scanned_resources ⇒ ::Array[Types::ScannedResource]
Returns the value of attribute scanned_resources.
-
#scanned_resources_count ⇒ ::Integer
Returns the value of attribute scanned_resources_count.
-
#skipped_resources_count ⇒ ::Integer
Returns the value of attribute skipped_resources_count.
Instance Attribute Details
#admin_detector_id ⇒ ::String
Returns the value of attribute admin_detector_id.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def admin_detector_id @admin_detector_id end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def detector_id @detector_id end |
#failed_resources_count ⇒ ::Integer
Returns the value of attribute failed_resources_count.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def failed_resources_count @failed_resources_count end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def resource_arn @resource_arn end |
#resource_type ⇒ "EBS_RECOVERY_POINT", ...
Returns the value of attribute resource_type.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def resource_type @resource_type end |
#scan_category ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_category.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def scan_category @scan_category end |
#scan_completed_at ⇒ ::Time
Returns the value of attribute scan_completed_at.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def scan_completed_at @scan_completed_at end |
#scan_configuration ⇒ Types::ScanConfiguration
Returns the value of attribute scan_configuration.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def scan_configuration @scan_configuration end |
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def scan_id @scan_id end |
#scan_result_details ⇒ Types::GetMalwareScanResultDetails
Returns the value of attribute scan_result_details.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def scan_result_details @scan_result_details end |
#scan_started_at ⇒ ::Time
Returns the value of attribute scan_started_at.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def scan_started_at @scan_started_at end |
#scan_status ⇒ "RUNNING", ...
Returns the value of attribute scan_status.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def scan_status @scan_status end |
#scan_status_reason ⇒ "ACCESS_DENIED", ...
Returns the value of attribute scan_status_reason.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def scan_status_reason @scan_status_reason end |
#scan_type ⇒ "BACKUP_INITIATED", ...
Returns the value of attribute scan_type.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def scan_type @scan_type end |
#scanned_resources ⇒ ::Array[Types::ScannedResource]
Returns the value of attribute scanned_resources.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def scanned_resources @scanned_resources end |
#scanned_resources_count ⇒ ::Integer
Returns the value of attribute scanned_resources_count.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def scanned_resources_count @scanned_resources_count end |
#skipped_resources_count ⇒ ::Integer
Returns the value of attribute skipped_resources_count.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def skipped_resources_count @skipped_resources_count end |