Class: Aws::Types::ScanThreatName
- Inherits:
-
Object
- Object
- Aws::Types::ScanThreatName
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_paths ⇒ ::Array[Types::ScanFilePath]
Returns the value of attribute file_paths.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#severity ⇒ ::String
Returns the value of attribute severity.
Instance Attribute Details
#file_paths ⇒ ::Array[Types::ScanFilePath]
Returns the value of attribute file_paths.
2874 2875 2876 |
# File 'sig/types.rbs', line 2874 def file_paths @file_paths end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def item_count @item_count end |
#name ⇒ ::String
Returns the value of attribute name.
2871 2872 2873 |
# File 'sig/types.rbs', line 2871 def name @name end |
#severity ⇒ ::String
Returns the value of attribute severity.
2872 2873 2874 |
# File 'sig/types.rbs', line 2872 def severity @severity end |