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
4171 |
# File 'sig/client.rbs', line 4171
def description: () -> ::String
|
#domain_id ⇒ ::String
4167 |
# File 'sig/client.rbs', line 4167
def domain_id: () -> ::String
|
#id ⇒ ::String
4168 |
# File 'sig/client.rbs', line 4168
def id: () -> ::String
|
#name ⇒ ::String
4169 |
# File 'sig/client.rbs', line 4169
def name: () -> ::String
|
#owning_project_id ⇒ ::String
4170 |
# File 'sig/client.rbs', line 4170
def owning_project_id: () -> ::String
|
#status ⇒ "DISABLED", "ENABLED"
4172 |
# File 'sig/client.rbs', line 4172
def status: () -> ("DISABLED" | "ENABLED")
|
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
4173 |
# File 'sig/client.rbs', line 4173
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|