Class: Aws::LexModelBuildingService::Types::DeleteSlotTypeVersionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the slot type.

Returns:

  • (String)


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

#versionString

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.

Returns:

  • (String)


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