Class: Aws::Types::AnalysisScheme

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_optionsTypes::AnalysisOptions

Returns the value of attribute analysis_options.



29
30
31
# File 'sig/types.rbs', line 29

def analysis_options
  @analysis_options
end

#analysis_scheme_language"ar", ...

Returns the value of attribute analysis_scheme_language.

Returns:

  • ("ar", "bg", "ca", "cs", "da", "de", "el", "en", "es", "eu", "fa", "fi", "fr", "ga", "gl", "he", "hi", "hu", "hy", "id", "it", "ja", "ko", "lv", "mul", "nl", "no", "pt", "ro", "ru", "sv", "th", "tr", "zh-Hans", "zh-Hant")


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.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def analysis_scheme_name
  @analysis_scheme_name
end