Class: Aws::LexModelBuildingService::Types::DeleteSlotTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteSlotTypeRequest
- 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
-
#name ⇒ String
The name of the slot type.
Instance Attribute Details
#name ⇒ String
The name of the slot type. The name is case sensitive.
737 738 739 740 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 737 class DeleteSlotTypeRequest < Struct.new( :name) include Aws::Structure end |