Class: Aws::MTurk::Types::DeleteHITRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::DeleteHITRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hit_id ⇒ String
The ID of the HIT to be deleted.
Instance Attribute Details
#hit_id ⇒ String
The ID of the HIT to be deleted.
759 760 761 762 763 |
# File 'lib/aws-sdk-mturk/types.rb', line 759 class DeleteHITRequest < Struct.new( :hit_id) SENSITIVE = [] include Aws::Structure end |