Class: Aws::LexModelBuildingService::Types::DeleteSlotTypeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Note:

When making an API call, you may pass DeleteSlotTypeRequest data as a hash:

{
  name: "SlotTypeName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the slot type. The name is case sensitive.

Returns:

  • (String)


737
738
739
740
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 737

class DeleteSlotTypeRequest < Struct.new(
  :name)
  include Aws::Structure
end