Module: Aws::ElementalInference::Client::_CreateDictionaryResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#language"eng", ...

Returns:

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


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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#references::Array[::String]

Returns:

  • (::Array[::String])


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

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

#status"CREATING", ...

Returns:

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


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

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

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

Returns:

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


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

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