Class: Aws::MTurk::Types::UpdateExpirationForHITRequest

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

#expire_atTime

The date and time at which you want the HIT to expire

Returns:

  • (Time)


2512
2513
2514
2515
2516
2517
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2512

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

#hit_idString

The HIT to update.

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2512

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