Class: Aws::MTurk::Types::UpdateExpirationForHITRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::UpdateExpirationForHITRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expire_at ⇒ Time
The date and time at which you want the HIT to expire.
-
#hit_id ⇒ String
The HIT to update.
Instance Attribute Details
#expire_at ⇒ Time
The date and time at which you want the HIT to expire
2512 2513 2514 2515 2516 2517 |
# File 'lib/aws-sdk-mturk/types.rb', line 2512 class UpdateExpirationForHITRequest < Struct.new( :hit_id, :expire_at) SENSITIVE = [] include Aws::Structure end |
#hit_id ⇒ String
The HIT to update.
2512 2513 2514 2515 2516 2517 |
# File 'lib/aws-sdk-mturk/types.rb', line 2512 class UpdateExpirationForHITRequest < Struct.new( :hit_id, :expire_at) SENSITIVE = [] include Aws::Structure end |