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
4189 |
# File 'sig/client.rbs', line 4189
def domain_id: () -> ::String
|
#glossary_id ⇒ ::String
4190 |
# File 'sig/client.rbs', line 4190
def glossary_id: () -> ::String
|
#id ⇒ ::String
4188 |
# File 'sig/client.rbs', line 4188
def id: () -> ::String
|
#long_description ⇒ ::String
4194 |
# File 'sig/client.rbs', line 4194
def long_description: () -> ::String
|
#name ⇒ ::String
4191 |
# File 'sig/client.rbs', line 4191
def name: () -> ::String
|
#short_description ⇒ ::String
4193 |
# File 'sig/client.rbs', line 4193
def short_description: () -> ::String
|
#status ⇒ "ENABLED", "DISABLED"
4192 |
# File 'sig/client.rbs', line 4192
def status: () -> ("ENABLED" | "DISABLED")
|
#term_relations ⇒ Types::TermRelations
4195 |
# File 'sig/client.rbs', line 4195
def term_relations: () -> Types::TermRelations
|
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
4196 |
# File 'sig/client.rbs', line 4196
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|