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
187 |
# File 'sig/client.rbs', line 187
def arn: () -> ::String
|
#id ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def id: () -> ::String
|
#language ⇒ "eng", ...
189 |
# File 'sig/client.rbs', line 189
def language: () -> ("eng" | "fra" | "ita" | "deu" | "spa" | "por")
|
#name ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def name: () -> ::String
|
#references ⇒ ::Array[::String]
191 |
# File 'sig/client.rbs', line 191
def references: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
190 |
# File 'sig/client.rbs', line 190
def status: () -> ("CREATING" | "AVAILABLE" | "REFERENCED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
192 |
# File 'sig/client.rbs', line 192
def tags: () -> ::Hash[::String, ::String]
|