Class: Aws::Types::GetDataSetImportTaskResponse

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")


566
567
568
# File 'sig/types.rbs', line 566

def status
  @status
end

#summaryTypes::DataSetImportSummary

Returns the value of attribute summary.



567
568
569
# File 'sig/types.rbs', line 567

def summary
  @summary
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def task_id
  @task_id
end