Class: Aws::Types::BatchDeleteCustomVocabularyItemResponse

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)


331
332
333
# File 'sig/types.rbs', line 331

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def bot_version
  @bot_version
end

#errors ⇒ ::Array[Types::FailedCustomVocabularyItem]

Returns the value of attribute errors.

Returns:



334
335
336
# File 'sig/types.rbs', line 334

def errors
  @errors
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def locale_id
  @locale_id
end

#resources ⇒ ::Array[Types::CustomVocabularyItem]

Returns the value of attribute resources.

Returns:



335
336
337
# File 'sig/types.rbs', line 335

def resources
  @resources
end