Module: Aws::DataZone::Client::_UpdateGlossaryTermResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateGlossaryTermOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #domain_id ⇒ ::String
- #glossary_id ⇒ ::String
- #id ⇒ ::String
- #long_description ⇒ ::String
- #name ⇒ ::String
- #short_description ⇒ ::String
- #status ⇒ "ENABLED", "DISABLED"
- #term_relations ⇒ Types::TermRelations
- #usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Instance Method Details
#domain_id ⇒ ::String
4227 |
# File 'sig/client.rbs', line 4227
def domain_id: () -> ::String
|
#glossary_id ⇒ ::String
4228 |
# File 'sig/client.rbs', line 4228
def glossary_id: () -> ::String
|
#id ⇒ ::String
4226 |
# File 'sig/client.rbs', line 4226
def id: () -> ::String
|
#long_description ⇒ ::String
4232 |
# File 'sig/client.rbs', line 4232
def long_description: () -> ::String
|
#name ⇒ ::String
4229 |
# File 'sig/client.rbs', line 4229
def name: () -> ::String
|
#short_description ⇒ ::String
4231 |
# File 'sig/client.rbs', line 4231
def short_description: () -> ::String
|
#status ⇒ "ENABLED", "DISABLED"
4230 |
# File 'sig/client.rbs', line 4230
def status: () -> ("ENABLED" | "DISABLED")
|
#term_relations ⇒ Types::TermRelations
4233 |
# File 'sig/client.rbs', line 4233
def term_relations: () -> Types::TermRelations
|
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
4234 |
# File 'sig/client.rbs', line 4234
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|