Class: Aws::MTurk::Types::CreateHITTypeResponse

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_type_idString

The ID of the newly registered HIT type.

Returns:

  • (String)


497
498
499
500
501
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 497

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