Class: Aws::Types::ThreatDetectedByName
- Inherits:
-
Object
- Object
- Aws::Types::ThreatDetectedByName
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#shortened ⇒ Boolean
Returns the value of attribute shortened.
-
#threat_names ⇒ ::Array[Types::ScanThreatName]
Returns the value of attribute threat_names.
-
#unique_threat_name_count ⇒ ::Integer
Returns the value of attribute unique_threat_name_count.
Instance Attribute Details
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
3065 3066 3067 |
# File 'sig/types.rbs', line 3065 def item_count @item_count end |
#shortened ⇒ Boolean
Returns the value of attribute shortened.
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.
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.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def unique_threat_name_count @unique_threat_name_count end |