ScannedResource¶
Structure Class¶
ScannedResource
dataclass
¶
Contains information about a resource that was scanned as part of the malware scan operation.
Attributes¶
resource_details
class-attribute
instance-attribute
¶
resource_details: ScannedResourceDetails | None = None
Information about the scanned resource.
scan_status_reason
class-attribute
instance-attribute
¶
scan_status_reason: ScanStatusReason | None = None
The reason for the scan status of this particular resource, if applicable.
scanned_resource_arn
class-attribute
instance-attribute
¶
scanned_resource_arn: str | None = None
Amazon Resource Name (ARN) of the scanned resource.
scanned_resource_status
class-attribute
instance-attribute
¶
scanned_resource_status: MalwareProtectionScanStatus | None = None
The status of the scanned resource.
scanned_resource_type
class-attribute
instance-attribute
¶
scanned_resource_type: MalwareProtectionResourceType | None = None
The resource type of the scanned resource.