Class: Aws::Types::NewCustomVocabularyItem
- Inherits:
-
Object
- Object
- Aws::Types::NewCustomVocabularyItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_as ⇒ ::String
Returns the value of attribute display_as.
-
#phrase ⇒ ::String
Returns the value of attribute phrase.
-
#weight ⇒ ::Integer
Returns the value of attribute weight.
Instance Attribute Details
#display_as ⇒ ::String
Returns the value of attribute display_as.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def display_as @display_as end |
#phrase ⇒ ::String
Returns the value of attribute phrase.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def phrase @phrase end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def weight @weight end |