Class: Aws::MTurk::Types::GetHITResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::GetHITResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hit ⇒ Types::HIT
Contains the requested HIT data.
Instance Attribute Details
#hit ⇒ Types::HIT
Contains the requested HIT data.
937 938 939 940 941 |
# File 'lib/aws-sdk-mturk/types.rb', line 937 class GetHITResponse < Struct.new( :hit) SENSITIVE = [] include Aws::Structure end |