Class: Aws::Types::CustomVocabularyItem
- Inherits:
-
Object
- Object
- Aws::Types::CustomVocabularyItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_as ⇒ ::String
Returns the value of attribute display_as.
-
#item_id ⇒ ::String
Returns the value of attribute item_id.
-
#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.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def display_as @display_as end |
#item_id ⇒ ::String
Returns the value of attribute item_id.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def item_id @item_id end |
#phrase ⇒ ::String
Returns the value of attribute phrase.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def phrase @phrase end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def weight @weight end |