Module: Aws::ElementalInference::Client::_CreateDictionaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDictionaryResponse]
- 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
100 |
# File 'sig/client.rbs', line 100
def arn: () -> ::String
|
#id ⇒ ::String
101 |
# File 'sig/client.rbs', line 101
def id: () -> ::String
|
#language ⇒ "eng", ...
102 |
# File 'sig/client.rbs', line 102
def language: () -> ("eng" | "fra" | "ita" | "deu" | "spa" | "por")
|
#name ⇒ ::String
99 |
# File 'sig/client.rbs', line 99
def name: () -> ::String
|
#references ⇒ ::Array[::String]
104 |
# File 'sig/client.rbs', line 104
def references: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
103 |
# File 'sig/client.rbs', line 103
def status: () -> ("CREATING" | "AVAILABLE" | "REFERENCED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
105 |
# File 'sig/client.rbs', line 105
def tags: () -> ::Hash[::String, ::String]
|