Class: Aws::Types::GetMalwareScanResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_detector_id::String

Returns the value of attribute admin_detector_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("EBS_RECOVERY_POINT", "EBS_SNAPSHOT", "EBS_VOLUME", "EC2_AMI", "EC2_INSTANCE", "EC2_RECOVERY_POINT", "S3_RECOVERY_POINT", "S3_BUCKET", "S3_POINT_IN_TIME_RECOVERY")


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.

Returns:

  • ("FULL_SCAN", "INCREMENTAL_SCAN")


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.

Returns:

  • (::Time)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def scan_completed_at
  @scan_completed_at
end

#scan_configurationTypes::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.

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def scan_id
  @scan_id
end

#scan_result_detailsTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • ("RUNNING", "COMPLETED", "COMPLETED_WITH_ISSUES", "FAILED", "SKIPPED")


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.

Returns:

  • ("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")


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.

Returns:

  • ("BACKUP_INITIATED", "ON_DEMAND", "GUARDDUTY_INITIATED")


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def skipped_resources_count
  @skipped_resources_count
end