Class: Aws::Types::DataSetImportTask

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Running", "Completed", "Failed")


271
272
273
# File 'sig/types.rbs', line 271

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def status_reason
  @status_reason
end

#summaryTypes::DataSetImportSummary

Returns the value of attribute summary.



273
274
275
# File 'sig/types.rbs', line 273

def summary
  @summary
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def task_id
  @task_id
end