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
307 |
# File 'sig/client.rbs', line 307
def arn: () -> ::String
|
#id ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def id: () -> ::String
|
#language ⇒ "eng", ...
309 |
# File 'sig/client.rbs', line 309
def language: () -> ("eng" | "fra" | "ita" | "deu" | "spa" | "por")
|
#name ⇒ ::String
306 |
# File 'sig/client.rbs', line 306
def name: () -> ::String
|
#references ⇒ ::Array[::String]
311 |
# File 'sig/client.rbs', line 311
def references: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
310 |
# File 'sig/client.rbs', line 310
def status: () -> ("CREATING" | "AVAILABLE" | "REFERENCED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
312 |
# File 'sig/client.rbs', line 312
def tags: () -> ::Hash[::String, ::String]
|