Class: Aws::Types::BatchCreateCustomVocabularyItemResponse

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)


314
315
316
# File 'sig/types.rbs', line 314

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def bot_version
  @bot_version
end

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

Returns the value of attribute errors.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def errors
  @errors
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def locale_id
  @locale_id
end

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

Returns the value of attribute resources.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def resources
  @resources
end