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
2130 |
# File 'sig/client.rbs', line 2130
def glossary_id: () -> ::String
|
#id ⇒ ::String
2129 |
# File 'sig/client.rbs', line 2129
def id: () -> ::String
|
#long_description ⇒ ::String
2133 |
# File 'sig/client.rbs', line 2133
def long_description: () -> ::String
|
#name ⇒ ::String
2131 |
# File 'sig/client.rbs', line 2131
def name: () -> ::String
|
#short_description ⇒ ::String
2132 |
# File 'sig/client.rbs', line 2132
def short_description: () -> ::String
|