Module: Aws::DataZone::Client::_GetGlossaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGlossaryOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #owning_project_id ⇒ ::String
- #status ⇒ "DISABLED", "ENABLED"
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
- #usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Instance Method Details
#created_at ⇒ ::Time
2190 |
# File 'sig/client.rbs', line 2190
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2191 |
# File 'sig/client.rbs', line 2191
def created_by: () -> ::String
|
#description ⇒ ::String
2188 |
# File 'sig/client.rbs', line 2188
def description: () -> ::String
|
#domain_id ⇒ ::String
2184 |
# File 'sig/client.rbs', line 2184
def domain_id: () -> ::String
|
#id ⇒ ::String
2185 |
# File 'sig/client.rbs', line 2185
def id: () -> ::String
|
#name ⇒ ::String
2187 |
# File 'sig/client.rbs', line 2187
def name: () -> ::String
|
#owning_project_id ⇒ ::String
2186 |
# File 'sig/client.rbs', line 2186
def owning_project_id: () -> ::String
|
#status ⇒ "DISABLED", "ENABLED"
2189 |
# File 'sig/client.rbs', line 2189
def status: () -> ("DISABLED" | "ENABLED")
|
#updated_at ⇒ ::Time
2192 |
# File 'sig/client.rbs', line 2192
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2193 |
# File 'sig/client.rbs', line 2193
def updated_by: () -> ::String
|
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
2194 |
# File 'sig/client.rbs', line 2194
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|