Module: Aws::DataZone::Client::_GetGlossaryTermResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGlossaryTermOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #domain_id ⇒ ::String
- #glossary_id ⇒ ::String
- #id ⇒ ::String
- #long_description ⇒ ::String
- #name ⇒ ::String
- #short_description ⇒ ::String
- #status ⇒ "ENABLED", "DISABLED"
- #term_relations ⇒ Types::TermRelations
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
- #usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Instance Method Details
#created_at ⇒ ::Time
2213 |
# File 'sig/client.rbs', line 2213
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2214 |
# File 'sig/client.rbs', line 2214
def created_by: () -> ::String
|
#domain_id ⇒ ::String
2205 |
# File 'sig/client.rbs', line 2205
def domain_id: () -> ::String
|
#glossary_id ⇒ ::String
2206 |
# File 'sig/client.rbs', line 2206
def glossary_id: () -> ::String
|
#id ⇒ ::String
2207 |
# File 'sig/client.rbs', line 2207
def id: () -> ::String
|
#long_description ⇒ ::String
2210 |
# File 'sig/client.rbs', line 2210
def long_description: () -> ::String
|
#name ⇒ ::String
2208 |
# File 'sig/client.rbs', line 2208
def name: () -> ::String
|
#short_description ⇒ ::String
2209 |
# File 'sig/client.rbs', line 2209
def short_description: () -> ::String
|
#status ⇒ "ENABLED", "DISABLED"
2212 |
# File 'sig/client.rbs', line 2212
def status: () -> ("ENABLED" | "DISABLED")
|
#term_relations ⇒ Types::TermRelations
2211 |
# File 'sig/client.rbs', line 2211
def term_relations: () -> Types::TermRelations
|
#updated_at ⇒ ::Time
2215 |
# File 'sig/client.rbs', line 2215
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2216 |
# File 'sig/client.rbs', line 2216
def updated_by: () -> ::String
|
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
2217 |
# File 'sig/client.rbs', line 2217
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|