Class: Aws::MTurk::Types::GetHITRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::GetHITRequest
- 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 retrieved.
Instance Attribute Details
#hit_id ⇒ String
The ID of the HIT to be retrieved.
925 926 927 928 929 |
# File 'lib/aws-sdk-mturk/types.rb', line 925 class GetHITRequest < Struct.new( :hit_id) SENSITIVE = [] include Aws::Structure end |