Class: Aws::Types::DataSetExportTask

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


234
235
236
# File 'sig/types.rbs', line 234

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def status_reason
  @status_reason
end

#summaryTypes::DataSetExportSummary

Returns the value of attribute summary.



236
237
238
# File 'sig/types.rbs', line 236

def summary
  @summary
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def task_id
  @task_id
end