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
4498 |
# File 'sig/client.rbs', line 4498
def glossary_id: () -> ::String
|
#id ⇒ ::String
4497 |
# File 'sig/client.rbs', line 4497
def id: () -> ::String
|
#long_description ⇒ ::String
4501 |
# File 'sig/client.rbs', line 4501
def long_description: () -> ::String
|
#name ⇒ ::String
4499 |
# File 'sig/client.rbs', line 4499
def name: () -> ::String
|
#short_description ⇒ ::String
4500 |
# File 'sig/client.rbs', line 4500
def short_description: () -> ::String
|