Class: Aws::Types::GetDataSetExportTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def kms_key_arn
  @kms_key_arn
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

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


552
553
554
# File 'sig/types.rbs', line 552

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def status_reason
  @status_reason
end

#summaryTypes::DataSetExportSummary

Returns the value of attribute summary.



554
555
556
# File 'sig/types.rbs', line 554

def summary
  @summary
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def task_id
  @task_id
end