Module: Aws::Glue::Client::_UpdateGlossaryTermResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateGlossaryTermResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #glossary_id ⇒ ::String
- #id ⇒ ::String
- #long_description ⇒ ::String
- #name ⇒ ::String
- #short_description ⇒ ::String
Instance Method Details
#glossary_id ⇒ ::String
4513 |
# File 'sig/client.rbs', line 4513
def glossary_id: () -> ::String
|
#id ⇒ ::String
4512 |
# File 'sig/client.rbs', line 4512
def id: () -> ::String
|
#long_description ⇒ ::String
4516 |
# File 'sig/client.rbs', line 4516
def long_description: () -> ::String
|
#name ⇒ ::String
4514 |
# File 'sig/client.rbs', line 4514
def name: () -> ::String
|
#short_description ⇒ ::String
4515 |
# File 'sig/client.rbs', line 4515
def short_description: () -> ::String
|