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
1026 |
# File 'sig/client.rbs', line 1026
def description: () -> ::String
|
#domain_id ⇒ ::String
1022 |
# File 'sig/client.rbs', line 1022
def domain_id: () -> ::String
|
#id ⇒ ::String
1023 |
# File 'sig/client.rbs', line 1023
def id: () -> ::String
|
#name ⇒ ::String
1024 |
# File 'sig/client.rbs', line 1024
def name: () -> ::String
|
#owning_project_id ⇒ ::String
1025 |
# File 'sig/client.rbs', line 1025
def owning_project_id: () -> ::String
|
#status ⇒ "DISABLED", "ENABLED"
1027 |
# File 'sig/client.rbs', line 1027
def status: () -> ("DISABLED" | "ENABLED")
|
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
1028 |
# File 'sig/client.rbs', line 1028
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|