Class: Aws::Types::MalwareScanDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scan_category"FULL_SCAN", "INCREMENTAL_SCAN"

Returns the value of attribute scan_category.

Returns:

  • ("FULL_SCAN", "INCREMENTAL_SCAN")


2158
2159
2160
# File 'sig/types.rbs', line 2158

def scan_category
  @scan_category
end

#scan_configurationTypes::MalwareProtectionFindingsScanConfiguration

Returns the value of attribute scan_configuration.



2159
2160
2161
# File 'sig/types.rbs', line 2159

def scan_configuration
  @scan_configuration
end

#scan_id::String

Returns the value of attribute scan_id.

Returns:

  • (::String)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def scan_id
  @scan_id
end

#scan_type"BACKUP_INITIATED", ...

Returns the value of attribute scan_type.

Returns:

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


2157
2158
2159
# File 'sig/types.rbs', line 2157

def scan_type
  @scan_type
end

#threats::Array[Types::Threat]

Returns the value of attribute threats.

Returns:



2155
2156
2157
# File 'sig/types.rbs', line 2155

def threats
  @threats
end

#unique_threat_count::Integer

Returns the value of attribute unique_threat_count.

Returns:

  • (::Integer)


2160
2161
2162
# File 'sig/types.rbs', line 2160

def unique_threat_count
  @unique_threat_count
end