Class: Aws::Types::DataSourceRunSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def created_at
  @created_at
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def data_source_id
  @data_source_id
end

#error_messageTypes::DataSourceErrorMessage

Returns the value of attribute error_message.



1784
1785
1786
# File 'sig/types.rbs', line 1784

def error_message
  @error_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1778
1779
1780
# File 'sig/types.rbs', line 1778

def id
  @id
end

#lineage_summaryTypes::DataSourceRunLineageSummary

Returns the value of attribute lineage_summary.



1789
1790
1791
# File 'sig/types.rbs', line 1789

def lineage_summary
  @lineage_summary
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def project_id
  @project_id
end

#run_statistics_for_assetsTypes::RunStatisticsForAssets

Returns the value of attribute run_statistics_for_assets.



1783
1784
1785
# File 'sig/types.rbs', line 1783

def run_statistics_for_assets
  @run_statistics_for_assets
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def started_at
  @started_at
end

#status"REQUESTED", ...

Returns the value of attribute status.

Returns:

  • ("REQUESTED", "RUNNING", "FAILED", "PARTIALLY_SUCCEEDED", "SUCCESS")


1781
1782
1783
# File 'sig/types.rbs', line 1781

def status
  @status
end

#stopped_at::Time

Returns the value of attribute stopped_at.

Returns:

  • (::Time)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def stopped_at
  @stopped_at
end

#type"PRIORITIZED", "SCHEDULED"

Returns the value of attribute type.

Returns:

  • ("PRIORITIZED", "SCHEDULED")


1780
1781
1782
# File 'sig/types.rbs', line 1780

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def updated_at
  @updated_at
end