Class: Aws::Types::UpdateGlossaryTermRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlossaryTermRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#identifier ⇒ ::String
Returns the value of attribute 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.
8012 8013 8014 |
# File 'sig/types.rbs', line 8012 def client_token @client_token end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
8008 8009 8010 |
# File 'sig/types.rbs', line 8008 def identifier @identifier end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
8011 8012 8013 |
# File 'sig/types.rbs', line 8011 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
8009 8010 8011 |
# File 'sig/types.rbs', line 8009 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
8010 8011 8012 |
# File 'sig/types.rbs', line 8010 def short_description @short_description end |