Class: Aws::Types::BatchLoadTask

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


31
32
33
# File 'sig/types.rbs', line 31

def creation_time
  @creation_time
end

#database_name ⇒ ::String

Returns the value of attribute database_name.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def database_name
  @database_name
end

#last_updated_time ⇒ ::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


32
33
34
# File 'sig/types.rbs', line 32

def last_updated_time
  @last_updated_time
end

#resumable_until ⇒ ::Time

Returns the value of attribute resumable_until.

Returns:

  • (::Time)


33
34
35
# File 'sig/types.rbs', line 33

def resumable_until
  @resumable_until
end

#table_name ⇒ ::String

Returns the value of attribute table_name.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def table_name
  @table_name
end

#task_id ⇒ ::String

Returns the value of attribute task_id.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def task_id
  @task_id
end

#task_status ⇒ "CREATED", ...

Returns the value of attribute task_status.

Returns:

  • ("CREATED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "PROGRESS_STOPPED", "PENDING_RESUME")


28
29
30
# File 'sig/types.rbs', line 28

def task_status
  @task_status
end