Class: Aws::MTurk::Types::DeleteHITRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hit_idString

The ID of the HIT to be deleted.

Returns:

  • (String)


759
760
761
762
763
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 759

class DeleteHITRequest < Struct.new(
  :hit_id)
  SENSITIVE = []
  include Aws::Structure
end