Module: Aws::GuardDuty::Client::_GetMalwareScanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMalwareScanResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #admin_detector_id ⇒ ::String
- #detector_id ⇒ ::String
- #failed_resources_count ⇒ ::Integer
- #resource_arn ⇒ ::String
- #resource_type ⇒ "EBS_RECOVERY_POINT", ...
- #scan_category ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
- #scan_completed_at ⇒ ::Time
- #scan_configuration ⇒ Types::ScanConfiguration
- #scan_id ⇒ ::String
- #scan_result_details ⇒ Types::GetMalwareScanResultDetails
- #scan_started_at ⇒ ::Time
- #scan_status ⇒ "RUNNING", ...
- #scan_status_reason ⇒ "ACCESS_DENIED", ...
- #scan_type ⇒ "BACKUP_INITIATED", ...
- #scanned_resources ⇒ ::Array[Types::ScannedResource]
- #scanned_resources_count ⇒ ::Integer
- #skipped_resources_count ⇒ ::Integer
Instance Method Details
#admin_detector_id ⇒ ::String
734 |
# File 'sig/client.rbs', line 734
def admin_detector_id: () -> ::String
|
#detector_id ⇒ ::String
733 |
# File 'sig/client.rbs', line 733
def detector_id: () -> ::String
|
#failed_resources_count ⇒ ::Integer
739 |
# File 'sig/client.rbs', line 739
def failed_resources_count: () -> ::Integer
|
#resource_arn ⇒ ::String
735 |
# File 'sig/client.rbs', line 735
def resource_arn: () -> ::String
|
#resource_type ⇒ "EBS_RECOVERY_POINT", ...
736 |
# File 'sig/client.rbs', line 736
def resource_type: () -> ("EBS_RECOVERY_POINT" | "EBS_SNAPSHOT" | "EBS_VOLUME" | "EC2_AMI" | "EC2_INSTANCE" | "EC2_RECOVERY_POINT" | "S3_RECOVERY_POINT" | "S3_BUCKET" | "S3_POINT_IN_TIME_RECOVERY")
|
#scan_category ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
742 |
# File 'sig/client.rbs', line 742
def scan_category: () -> ("FULL_SCAN" | "INCREMENTAL_SCAN")
|
#scan_completed_at ⇒ ::Time
747 |
# File 'sig/client.rbs', line 747
def scan_completed_at: () -> ::Time
|
#scan_configuration ⇒ Types::ScanConfiguration
741 |
# File 'sig/client.rbs', line 741
def scan_configuration: () -> Types::ScanConfiguration
|
#scan_id ⇒ ::String
732 |
# File 'sig/client.rbs', line 732
def scan_id: () -> ::String
|
#scan_result_details ⇒ Types::GetMalwareScanResultDetails
748 |
# File 'sig/client.rbs', line 748
def scan_result_details: () -> Types::GetMalwareScanResultDetails
|
#scan_started_at ⇒ ::Time
746 |
# File 'sig/client.rbs', line 746
def scan_started_at: () -> ::Time
|
#scan_status ⇒ "RUNNING", ...
743 |
# File 'sig/client.rbs', line 743
def scan_status: () -> ("RUNNING" | "COMPLETED" | "COMPLETED_WITH_ISSUES" | "FAILED" | "SKIPPED")
|
#scan_status_reason ⇒ "ACCESS_DENIED", ...
744 |
# File 'sig/client.rbs', line 744
def scan_status_reason: () -> ("ACCESS_DENIED" | "RESOURCE_NOT_FOUND" | "SNAPSHOT_SIZE_LIMIT_EXCEEDED" | "RESOURCE_UNAVAILABLE" | "INCONSISTENT_SOURCE" | "INCREMENTAL_NO_DIFFERENCE" | "NO_EBS_VOLUMES_FOUND" | "UNSUPPORTED_PRODUCT_CODE_TYPE" | "AMI_SNAPSHOT_LIMIT_EXCEEDED" | "UNRELATED_RESOURCES" | "BASE_RESOURCE_NOT_SCANNED" | "BASE_CREATED_AFTER_TARGET" | "UNSUPPORTED_FOR_INCREMENTAL" | "UNSUPPORTED_AMI" | "UNSUPPORTED_SNAPSHOT" | "UNSUPPORTED_COMPOSITE_RECOVERY_POINT" | "ALL_FILES_SKIPPED_OR_FAILED")
|
#scan_type ⇒ "BACKUP_INITIATED", ...
745 |
# File 'sig/client.rbs', line 745
def scan_type: () -> ("BACKUP_INITIATED" | "ON_DEMAND" | "GUARDDUTY_INITIATED")
|
#scanned_resources ⇒ ::Array[Types::ScannedResource]
740 |
# File 'sig/client.rbs', line 740
def scanned_resources: () -> ::Array[Types::ScannedResource]
|
#scanned_resources_count ⇒ ::Integer
737 |
# File 'sig/client.rbs', line 737
def scanned_resources_count: () -> ::Integer
|
#skipped_resources_count ⇒ ::Integer
738 |
# File 'sig/client.rbs', line 738
def skipped_resources_count: () -> ::Integer
|