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
2156 |
# File 'sig/client.rbs', line 2156
def glossary_id: () -> ::String
|
#id ⇒ ::String
2155 |
# File 'sig/client.rbs', line 2155
def id: () -> ::String
|
#long_description ⇒ ::String
2159 |
# File 'sig/client.rbs', line 2159
def long_description: () -> ::String
|
#name ⇒ ::String
2157 |
# File 'sig/client.rbs', line 2157
def name: () -> ::String
|
#short_description ⇒ ::String
2158 |
# File 'sig/client.rbs', line 2158
def short_description: () -> ::String
|