Module: Aws::ElementalInference::Client::_UpdateDictionaryResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::UpdateDictionaryResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


307
# File 'sig/client.rbs', line 307

def arn: () -> ::String

#id::String

Returns:

  • (::String)


308
# File 'sig/client.rbs', line 308

def id: () -> ::String

#language"eng", ...

Returns:

  • ("eng", "fra", "ita", "deu", "spa", "por")


309
# File 'sig/client.rbs', line 309

def language: () -> ("eng" | "fra" | "ita" | "deu" | "spa" | "por")

#name::String

Returns:

  • (::String)


306
# File 'sig/client.rbs', line 306

def name: () -> ::String

#references::Array[::String]

Returns:

  • (::Array[::String])


311
# File 'sig/client.rbs', line 311

def references: () -> ::Array[::String]

#status"CREATING", ...

Returns:

  • ("CREATING", "AVAILABLE", "REFERENCED", "DELETING", "DELETED")


310
# File 'sig/client.rbs', line 310

def status: () -> ("CREATING" | "AVAILABLE" | "REFERENCED" | "DELETING" | "DELETED")

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


312
# File 'sig/client.rbs', line 312

def tags: () -> ::Hash[::String, ::String]