Class: Aws::Types::Threat
- Inherits:
-
Object
- Object
- Aws::Types::Threat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_paths ⇒ ::Array[Types::FilePaths]
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::FilePaths]
Returns the value of attribute file_paths.
7844 7845 7846 |
# File 'sig/types.rbs', line 7844 def file_paths @file_paths end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
7843 7844 7845 |
# File 'sig/types.rbs', line 7843 def item_count @item_count end |
#name ⇒ ::String
Returns the value of attribute name.
7841 7842 7843 |
# File 'sig/types.rbs', line 7841 def name @name end |
#severity ⇒ ::String
Returns the value of attribute severity.
7842 7843 7844 |
# File 'sig/types.rbs', line 7842 def severity @severity end |