Module: Aws::DataZone::Client::_CreateGlossaryTermResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGlossaryTermOutput]
- 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
1040 |
# File 'sig/client.rbs', line 1040
def domain_id: () -> ::String
|
#glossary_id ⇒ ::String
1041 |
# File 'sig/client.rbs', line 1041
def glossary_id: () -> ::String
|
#id ⇒ ::String
1039 |
# File 'sig/client.rbs', line 1039
def id: () -> ::String
|
#long_description ⇒ ::String
1045 |
# File 'sig/client.rbs', line 1045
def long_description: () -> ::String
|
#name ⇒ ::String
1042 |
# File 'sig/client.rbs', line 1042
def name: () -> ::String
|
#short_description ⇒ ::String
1044 |
# File 'sig/client.rbs', line 1044
def short_description: () -> ::String
|
#status ⇒ "ENABLED", "DISABLED"
1043 |
# File 'sig/client.rbs', line 1043
def status: () -> ("ENABLED" | "DISABLED")
|
#term_relations ⇒ Types::TermRelations
1046 |
# File 'sig/client.rbs', line 1046
def term_relations: () -> Types::TermRelations
|
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
1047 |
# File 'sig/client.rbs', line 1047
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|