Module: Aws::ElementalInference::Client::_UpdateDictionaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDictionaryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #language ⇒ "eng", ...
- #name ⇒ ::String
- #references ⇒ ::Array[::String]
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def arn: () -> ::String
|
#id ⇒ ::String
291 |
# File 'sig/client.rbs', line 291
def id: () -> ::String
|
#language ⇒ "eng", ...
292 |
# File 'sig/client.rbs', line 292
def language: () -> ("eng" | "fra" | "ita" | "deu" | "spa" | "por")
|
#name ⇒ ::String
289 |
# File 'sig/client.rbs', line 289
def name: () -> ::String
|
#references ⇒ ::Array[::String]
294 |
# File 'sig/client.rbs', line 294
def references: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
293 |
# File 'sig/client.rbs', line 293
def status: () -> ("CREATING" | "AVAILABLE" | "REFERENCED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
295 |
# File 'sig/client.rbs', line 295
def tags: () -> ::Hash[::String, ::String]
|