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
4571 |
# File 'sig/client.rbs', line 4571
def glossary_id: () -> ::String
|
#id ⇒ ::String
4570 |
# File 'sig/client.rbs', line 4570
def id: () -> ::String
|
#long_description ⇒ ::String
4574 |
# File 'sig/client.rbs', line 4574
def long_description: () -> ::String
|
#name ⇒ ::String
4572 |
# File 'sig/client.rbs', line 4572
def name: () -> ::String
|
#short_description ⇒ ::String
4573 |
# File 'sig/client.rbs', line 4573
def short_description: () -> ::String
|