Module: Aws::ElementalInference::Client::_GetDictionaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDictionaryResponse]
- 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
195 |
# File 'sig/client.rbs', line 195
def arn: () -> ::String
|
#id ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def id: () -> ::String
|
#language ⇒ "eng", ...
197 |
# File 'sig/client.rbs', line 197
def language: () -> ("eng" | "fra" | "ita" | "deu" | "spa" | "por")
|
#name ⇒ ::String
194 |
# File 'sig/client.rbs', line 194
def name: () -> ::String
|
#references ⇒ ::Array[::String]
199 |
# File 'sig/client.rbs', line 199
def references: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
198 |
# File 'sig/client.rbs', line 198
def status: () -> ("CREATING" | "AVAILABLE" | "REFERENCED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
200 |
# File 'sig/client.rbs', line 200
def tags: () -> ::Hash[::String, ::String]
|