Class: Aws::LexModelBuildingService::Types::DeleteSlotTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteSlotTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
837 838 839 840 841 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 837 class DeleteSlotTypeRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |