You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateExpirationForHITRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  hit_id: "EntityId", # required
  expire_at: Time.now, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#expire_atTime

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

Returns:

  • (Time)

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

#hit_idString

The HIT to update.

Returns:

  • (String)

    The HIT to update.