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
641 |
# File 'sig/client.rbs', line 641
def glossary_id: () -> ::String
|
#id ⇒ ::String
640 |
# File 'sig/client.rbs', line 640
def id: () -> ::String
|
#long_description ⇒ ::String
644 |
# File 'sig/client.rbs', line 644
def long_description: () -> ::String
|
#name ⇒ ::String
642 |
# File 'sig/client.rbs', line 642
def name: () -> ::String
|
#short_description ⇒ ::String
643 |
# File 'sig/client.rbs', line 643
def short_description: () -> ::String
|