Class: Aws::Types::PutLexiconInput
- Inherits:
-
Object
- Object
- Aws::Types::PutLexiconInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
193 194 195 |
# File 'sig/types.rbs', line 193 def content @content end |
#name ⇒ ::String
Returns the value of attribute name.
192 193 194 |
# File 'sig/types.rbs', line 192 def name @name end |