Class: Aws::Types::ScanResultThreat
- Inherits:
-
Object
- Object
- Aws::Types::ScanResultThreat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#hash ⇒ ::String
Returns the value of attribute hash.
-
#item_details ⇒ ::Array[Types::ItemDetails]
Returns the value of attribute item_details.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ "AMAZON", "BITDEFENDER"
Returns the value of attribute source.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
2864 2865 2866 |
# File 'sig/types.rbs', line 2864 def count @count end |
#hash ⇒ ::String
Returns the value of attribute hash.
2865 2866 2867 |
# File 'sig/types.rbs', line 2865 def hash @hash end |
#item_details ⇒ ::Array[Types::ItemDetails]
Returns the value of attribute item_details.
2866 2867 2868 |
# File 'sig/types.rbs', line 2866 def item_details @item_details end |
#name ⇒ ::String
Returns the value of attribute name.
2862 2863 2864 |
# File 'sig/types.rbs', line 2862 def name @name end |
#source ⇒ "AMAZON", "BITDEFENDER"
Returns the value of attribute source.
2863 2864 2865 |
# File 'sig/types.rbs', line 2863 def source @source end |