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
268 |
# File 'sig/client.rbs', line 268
def arn: () -> ::String
|
#id ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def id: () -> ::String
|
#language ⇒ "eng", ...
270 |
# File 'sig/client.rbs', line 270
def language: () -> ("eng" | "fra" | "ita" | "deu" | "spa" | "por")
|
#name ⇒ ::String
267 |
# File 'sig/client.rbs', line 267
def name: () -> ::String
|
#references ⇒ ::Array[::String]
272 |
# File 'sig/client.rbs', line 272
def references: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
271 |
# File 'sig/client.rbs', line 271
def status: () -> ("CREATING" | "AVAILABLE" | "REFERENCED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
273 |
# File 'sig/client.rbs', line 273
def tags: () -> ::Hash[::String, ::String]
|