Class: Aws::Types::DataSourceRunSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceRunSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lineage_summary ⇒ Types::DataSourceRunLineageSummary
Returns the value of attribute lineage_summary.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#run_statistics_for_assets ⇒ Types::RunStatisticsForAssets
Returns the value of attribute run_statistics_for_assets.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "REQUESTED", ...
Returns the value of attribute status.
-
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
-
#type ⇒ "PRIORITIZED", "SCHEDULED"
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def data_source_id @data_source_id end |
#error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute error_message.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def id @id end |
#lineage_summary ⇒ Types::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.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def project_id @project_id end |
#run_statistics_for_assets ⇒ Types::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.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def started_at @started_at end |
#status ⇒ "REQUESTED", ...
Returns the value of attribute status.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def status @status end |
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def stopped_at @stopped_at end |
#type ⇒ "PRIORITIZED", "SCHEDULED"
Returns the value of attribute type.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def updated_at @updated_at end |