Class: Aws::TimestreamWrite::Types::BatchLoadTask

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb

Overview

Details about a batch load task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time when the Timestream batch load task was created.

Returns:

  • (Time)


91
92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-timestreamwrite/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

#database_nameString

Database name for the database into which a batch load task loads data.

Returns:

  • (String)


91
92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-timestreamwrite/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

#last_updated_timeTime

The time when the Timestream batch load task was last updated.

Returns:

  • (Time)


91
92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-timestreamwrite/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

#resumable_untilTime

Returns:

  • (Time)


91
92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-timestreamwrite/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

#table_nameString

Table name for the table into which a batch load task loads data.

Returns:

  • (String)


91
92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-timestreamwrite/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

#task_idString

The ID of the batch load task.

Returns:

  • (String)


91
92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-timestreamwrite/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

#task_statusString

Status of the batch load task.

Returns:

  • (String)


91
92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-timestreamwrite/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