Class: Aws::Types::Analysis
- Inherits:
-
Object
- Object
- Aws::Types::Analysis
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer ⇒ ::String
Returns the value of attribute analyzer.
-
#result_field ⇒ ::String
Returns the value of attribute result_field.
Instance Attribute Details
#analyzer ⇒ ::String
Returns the value of attribute analyzer.
54 55 56 |
# File 'sig/types.rbs', line 54 def analyzer @analyzer end |
#result_field ⇒ ::String
Returns the value of attribute result_field.
55 56 57 |
# File 'sig/types.rbs', line 55 def result_field @result_field end |