Method: Aws::LexModelBuildingService::Types::DeleteSlotTypeVersionRequest#name

Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

#nameString

The name of the slot type.

Returns:

  • (String)


855
856
857
858
859
860
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 855

class DeleteSlotTypeVersionRequest < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end