Method: Aws::LexModelBuildingService::Types::DeleteSlotTypeVersionRequest#name
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
#name ⇒ String
The name of the slot type.
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 |