Class: Aws::Types::Malware
- Inherits:
-
Object
- Object
- Aws::Types::Malware
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#state ⇒ "OBSERVED", ...
Returns the value of attribute state.
-
#type ⇒ "ADWARE", ...
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
6580 6581 6582 |
# File 'sig/types.rbs', line 6580 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
6582 6583 6584 |
# File 'sig/types.rbs', line 6582 def path @path end |
#state ⇒ "OBSERVED", ...
Returns the value of attribute state.
6583 6584 6585 |
# File 'sig/types.rbs', line 6583 def state @state end |
#type ⇒ "ADWARE", ...
Returns the value of attribute type.
6581 6582 6583 |
# File 'sig/types.rbs', line 6581 def type @type end |