Class: Aws::Types::AnalysisScheme
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisScheme
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_options ⇒ Types::AnalysisOptions
Returns the value of attribute analysis_options.
-
#analysis_scheme_language ⇒ "ar", ...
Returns the value of attribute analysis_scheme_language.
-
#analysis_scheme_name ⇒ ::String
Returns the value of attribute analysis_scheme_name.
Instance Attribute Details
#analysis_options ⇒ Types::AnalysisOptions
Returns the value of attribute analysis_options.
29 30 31 |
# File 'sig/types.rbs', line 29 def @analysis_options end |
#analysis_scheme_language ⇒ "ar", ...
Returns the value of attribute analysis_scheme_language.
28 29 30 |
# File 'sig/types.rbs', line 28 def analysis_scheme_language @analysis_scheme_language end |
#analysis_scheme_name ⇒ ::String
Returns the value of attribute analysis_scheme_name.
27 28 29 |
# File 'sig/types.rbs', line 27 def analysis_scheme_name @analysis_scheme_name end |