Class: Aws::Types::DominantLanguage
- Inherits:
-
Object
- Object
- Aws::Types::DominantLanguage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#language_code ⇒ ::String
Returns the value of attribute language_code.
829 830 831 |
# File 'sig/types.rbs', line 829 def language_code @language_code end |
#score ⇒ ::Float
Returns the value of attribute score.
830 831 832 |
# File 'sig/types.rbs', line 830 def score @score end |