Class: Aws::Types::DeleteCustomVocabularyResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def bot_version
  @bot_version
end

#custom_vocabulary_status ⇒ "Ready", ...

Returns the value of attribute custom_vocabulary_status.

Returns:

  • ("Ready", "Deleting", "Exporting", "Importing", "Creating")


1212
1213
1214
# File 'sig/types.rbs', line 1212

def custom_vocabulary_status
  @custom_vocabulary_status
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def locale_id
  @locale_id
end