Module: Aws::DataZone::Client::_CreateGlossaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGlossaryOutput]
- 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
1021 |
# File 'sig/client.rbs', line 1021
def description: () -> ::String
|
#domain_id ⇒ ::String
1017 |
# File 'sig/client.rbs', line 1017
def domain_id: () -> ::String
|
#id ⇒ ::String
1018 |
# File 'sig/client.rbs', line 1018
def id: () -> ::String
|
#name ⇒ ::String
1019 |
# File 'sig/client.rbs', line 1019
def name: () -> ::String
|
#owning_project_id ⇒ ::String
1020 |
# File 'sig/client.rbs', line 1020
def owning_project_id: () -> ::String
|
#status ⇒ "DISABLED", "ENABLED"
1022 |
# File 'sig/client.rbs', line 1022
def status: () -> ("DISABLED" | "ENABLED")
|
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
1023 |
# File 'sig/client.rbs', line 1023
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|