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
333 |
# File 'sig/client.rbs', line 333
def arn: () -> ::String
|
#id ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def id: () -> ::String
|
#language ⇒ "eng", ...
335 |
# File 'sig/client.rbs', line 335
def language: () -> ("eng" | "fra" | "ita" | "deu" | "spa" | "por")
|
#name ⇒ ::String
332 |
# File 'sig/client.rbs', line 332
def name: () -> ::String
|
#references ⇒ ::Array[::String]
337 |
# File 'sig/client.rbs', line 337
def references: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
336 |
# File 'sig/client.rbs', line 336
def status: () -> ("CREATING" | "AVAILABLE" | "REFERENCED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
338 |
# File 'sig/client.rbs', line 338
def tags: () -> ::Hash[::String, ::String]
|