Class: Aws::Types::DescribeDatasetExportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def completed_at
  @completed_at
end

#destination_s3_uri::String

Returns the value of attribute destination_s3_uri.

Returns:

  • (::String)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def destination_s3_uri
  @destination_s3_uri
end

#error_report_locationTypes::ExportErrorReportLocation

Returns the value of attribute error_report_location.



1712
1713
1714
# File 'sig/types.rbs', line 1712

def error_report_location
  @error_report_location
end

#inputTypes::ProcessingInput

Returns the value of attribute input.



1713
1714
1715
# File 'sig/types.rbs', line 1713

def input
  @input
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def job_id
  @job_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def started_at
  @started_at
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "RUNNING", "COMPLETED", "COMPLETED_WITH_ERRORS", "FAILED")


1708
1709
1710
# File 'sig/types.rbs', line 1708

def status
  @status
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def workspace_name
  @workspace_name
end