Class: Aws::Types::CreateGlossaryTermRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlossaryTermRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#glossary_identifier ⇒ ::String
Returns the value of attribute glossary_identifier.
-
#long_description ⇒ ::String
Returns the value of attribute long_description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#short_description ⇒ ::String
Returns the value of attribute short_description.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def client_token @client_token end |
#glossary_identifier ⇒ ::String
Returns the value of attribute glossary_identifier.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def glossary_identifier @glossary_identifier end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def short_description @short_description end |