Class: Aws::LexModelBuildingService::Types::DeleteSlotTypeVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteSlotTypeVersionRequest
- 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.
-
#version ⇒ String
The version of the slot type to delete.
Instance Attribute Details
#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 |
#version ⇒ String
The version of the slot type to delete. You cannot delete the ‘$LATEST` version of the slot type. To delete the `$LATEST` version, use the DeleteSlotType operation.
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 |