Method: Aws::TimestreamWrite::Types::BatchLoadTask#resumable_until

Defined in:
lib/aws-sdk-timestreamwrite/types.rb

#resumable_untilTime

Returns:

  • (Time)


91
92
93
94
95
96
97
98
99
100
101
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 91

class BatchLoadTask < Struct.new(
  :task_id,
  :task_status,
  :database_name,
  :table_name,
  :creation_time,
  :last_updated_time,
  :resumable_until)
  SENSITIVE = []
  include Aws::Structure
end