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)


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

def arn: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#language"eng", ...

Returns:

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


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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#references::Array[::String]

Returns:

  • (::Array[::String])


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

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

#status"CREATING", ...

Returns:

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


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

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

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

Returns:

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


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

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