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
652 |
# File 'sig/client.rbs', line 652
def admin_detector_id: () -> ::String
|
#detector_id ⇒ ::String
651 |
# File 'sig/client.rbs', line 651
def detector_id: () -> ::String
|
#failed_resources_count ⇒ ::Integer
657 |
# File 'sig/client.rbs', line 657
def failed_resources_count: () -> ::Integer
|
#resource_arn ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def resource_arn: () -> ::String
|
#resource_type ⇒ "EBS_RECOVERY_POINT", ...
654 |
# File 'sig/client.rbs', line 654
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"
660 |
# File 'sig/client.rbs', line 660
def scan_category: () -> ("FULL_SCAN" | "INCREMENTAL_SCAN")
|
#scan_completed_at ⇒ ::Time
665 |
# File 'sig/client.rbs', line 665
def scan_completed_at: () -> ::Time
|
#scan_configuration ⇒ Types::ScanConfiguration
659 |
# File 'sig/client.rbs', line 659
def scan_configuration: () -> Types::ScanConfiguration
|
#scan_id ⇒ ::String
650 |
# File 'sig/client.rbs', line 650
def scan_id: () -> ::String
|
#scan_result_details ⇒ Types::GetMalwareScanResultDetails
666 |
# File 'sig/client.rbs', line 666
def scan_result_details: () -> Types::GetMalwareScanResultDetails
|
#scan_started_at ⇒ ::Time
664 |
# File 'sig/client.rbs', line 664
def scan_started_at: () -> ::Time
|
#scan_status ⇒ "RUNNING", ...
661 |
# File 'sig/client.rbs', line 661
def scan_status: () -> ("RUNNING" | "COMPLETED" | "COMPLETED_WITH_ISSUES" | "FAILED" | "SKIPPED")
|
#scan_status_reason ⇒ "ACCESS_DENIED", ...
662 |
# File 'sig/client.rbs', line 662
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", ...
663 |
# File 'sig/client.rbs', line 663
def scan_type: () -> ("BACKUP_INITIATED" | "ON_DEMAND" | "GUARDDUTY_INITIATED")
|
#scanned_resources ⇒ ::Array[Types::ScannedResource]
658 |
# File 'sig/client.rbs', line 658
def scanned_resources: () -> ::Array[Types::ScannedResource]
|
#scanned_resources_count ⇒ ::Integer
655 |
# File 'sig/client.rbs', line 655
def scanned_resources_count: () -> ::Integer
|
#skipped_resources_count ⇒ ::Integer
656 |
# File 'sig/client.rbs', line 656
def skipped_resources_count: () -> ::Integer
|