Module: Aws::Glue::Client::_CreateGlossaryTermResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGlossaryTermResponse]
- 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
652 |
# File 'sig/client.rbs', line 652
def glossary_id: () -> ::String
|
#id ⇒ ::String
651 |
# File 'sig/client.rbs', line 651
def id: () -> ::String
|
#long_description ⇒ ::String
655 |
# File 'sig/client.rbs', line 655
def long_description: () -> ::String
|
#name ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def name: () -> ::String
|
#short_description ⇒ ::String
654 |
# File 'sig/client.rbs', line 654
def short_description: () -> ::String
|