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
2142 |
# File 'sig/client.rbs', line 2142
def glossary_id: () -> ::String
|
#id ⇒ ::String
2141 |
# File 'sig/client.rbs', line 2141
def id: () -> ::String
|
#long_description ⇒ ::String
2145 |
# File 'sig/client.rbs', line 2145
def long_description: () -> ::String
|
#name ⇒ ::String
2143 |
# File 'sig/client.rbs', line 2143
def name: () -> ::String
|
#short_description ⇒ ::String
2144 |
# File 'sig/client.rbs', line 2144
def short_description: () -> ::String
|