Class: Aws::Types::ThreatDetectedByName

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#item_count::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


3065
3066
3067
# File 'sig/types.rbs', line 3065

def item_count
  @item_count
end

#shortenedBoolean

Returns the value of attribute shortened.

Returns:

  • (Boolean)


3067
3068
3069
# File 'sig/types.rbs', line 3067

def shortened
  @shortened
end

#threat_names::Array[Types::ScanThreatName]

Returns the value of attribute threat_names.

Returns:



3068
3069
3070
# File 'sig/types.rbs', line 3068

def threat_names
  @threat_names
end

#unique_threat_name_count::Integer

Returns the value of attribute unique_threat_name_count.

Returns:

  • (::Integer)


3066
3067
3068
# File 'sig/types.rbs', line 3066

def unique_threat_name_count
  @unique_threat_name_count
end