Module: Aws::Glue::Client::_GetGlossaryTermResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGlossaryTermResponse]
- 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
2166 |
# File 'sig/client.rbs', line 2166
def glossary_id: () -> ::String
|
#id ⇒ ::String
2165 |
# File 'sig/client.rbs', line 2165
def id: () -> ::String
|
#long_description ⇒ ::String
2169 |
# File 'sig/client.rbs', line 2169
def long_description: () -> ::String
|
#name ⇒ ::String
2167 |
# File 'sig/client.rbs', line 2167
def name: () -> ::String
|
#short_description ⇒ ::String
2168 |
# File 'sig/client.rbs', line 2168
def short_description: () -> ::String
|