Module: Aws::DataZone::Client::_UpdateGlossaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateGlossaryOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #owning_project_id ⇒ ::String
- #status ⇒ "DISABLED", "ENABLED"
- #usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Instance Method Details
#description ⇒ ::String
4209 |
# File 'sig/client.rbs', line 4209
def description: () -> ::String
|
#domain_id ⇒ ::String
4205 |
# File 'sig/client.rbs', line 4205
def domain_id: () -> ::String
|
#id ⇒ ::String
4206 |
# File 'sig/client.rbs', line 4206
def id: () -> ::String
|
#name ⇒ ::String
4207 |
# File 'sig/client.rbs', line 4207
def name: () -> ::String
|
#owning_project_id ⇒ ::String
4208 |
# File 'sig/client.rbs', line 4208
def owning_project_id: () -> ::String
|
#status ⇒ "DISABLED", "ENABLED"
4210 |
# File 'sig/client.rbs', line 4210
def status: () -> ("DISABLED" | "ENABLED")
|
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
4211 |
# File 'sig/client.rbs', line 4211
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|