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
656 |
# File 'sig/client.rbs', line 656
def glossary_id: () -> ::String
|
#id ⇒ ::String
655 |
# File 'sig/client.rbs', line 655
def id: () -> ::String
|
#long_description ⇒ ::String
659 |
# File 'sig/client.rbs', line 659
def long_description: () -> ::String
|
#name ⇒ ::String
657 |
# File 'sig/client.rbs', line 657
def name: () -> ::String
|
#short_description ⇒ ::String
658 |
# File 'sig/client.rbs', line 658
def short_description: () -> ::String
|