Class: Aws::Types::MalwareScan

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

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


2144
2145
2146
# File 'sig/types.rbs', line 2144

def resource_type
  @resource_type
end

#scan_completed_at::Time

Returns the value of attribute scan_completed_at.

Returns:

  • (::Time)


2150
2151
2152
# File 'sig/types.rbs', line 2150

def scan_completed_at
  @scan_completed_at
end

#scan_id::String

Returns the value of attribute scan_id.

Returns:

  • (::String)


2145
2146
2147
# File 'sig/types.rbs', line 2145

def scan_id
  @scan_id
end

#scan_result_status"NO_THREATS_FOUND", "THREATS_FOUND"

Returns the value of attribute scan_result_status.

Returns:

  • ("NO_THREATS_FOUND", "THREATS_FOUND")


2147
2148
2149
# File 'sig/types.rbs', line 2147

def scan_result_status
  @scan_result_status
end

#scan_started_at::Time

Returns the value of attribute scan_started_at.

Returns:

  • (::Time)


2149
2150
2151
# File 'sig/types.rbs', line 2149

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


2146
2147
2148
# File 'sig/types.rbs', line 2146

def scan_status
  @scan_status
end

#scan_type"BACKUP_INITIATED", ...

Returns the value of attribute scan_type.

Returns:

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


2148
2149
2150
# File 'sig/types.rbs', line 2148

def scan_type
  @scan_type
end