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
4434 |
# File 'sig/client.rbs', line 4434
def glossary_id: () -> ::String
|
#id ⇒ ::String
4433 |
# File 'sig/client.rbs', line 4433
def id: () -> ::String
|
#long_description ⇒ ::String
4437 |
# File 'sig/client.rbs', line 4437
def long_description: () -> ::String
|
#name ⇒ ::String
4435 |
# File 'sig/client.rbs', line 4435
def name: () -> ::String
|
#short_description ⇒ ::String
4436 |
# File 'sig/client.rbs', line 4436
def short_description: () -> ::String
|