Class: Aws::Types::AnalysisResult
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#level ⇒ "INFO", ...
Returns the value of attribute level.
-
#locations ⇒ ::Array[Types::AnalysisResultLocation]
Returns the value of attribute locations.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#level ⇒ "INFO", ...
Returns the value of attribute level.
88 89 90 |
# File 'sig/types.rbs', line 88 def level @level end |
#locations ⇒ ::Array[Types::AnalysisResultLocation]
Returns the value of attribute locations.
90 91 92 |
# File 'sig/types.rbs', line 90 def locations @locations end |
#message ⇒ ::String
Returns the value of attribute message.
89 90 91 |
# File 'sig/types.rbs', line 89 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
87 88 89 |
# File 'sig/types.rbs', line 87 def type @type end |