Class: Aws::Types::GetDataSourceRunOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSourceRunOutput
- 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_configuration_snapshot ⇒ ::String
Returns the value of attribute data_source_configuration_snapshot.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_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.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def created_at @created_at end |
#data_source_configuration_snapshot ⇒ ::String
Returns the value of attribute data_source_configuration_snapshot.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def data_source_configuration_snapshot @data_source_configuration_snapshot end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def data_source_id @data_source_id end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def domain_id @domain_id end |
#error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute error_message.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def id @id end |
#lineage_summary ⇒ Types::DataSourceRunLineageSummary
Returns the value of attribute lineage_summary.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def lineage_summary @lineage_summary end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def project_id @project_id end |
#run_statistics_for_assets ⇒ Types::RunStatisticsForAssets
Returns the value of attribute run_statistics_for_assets.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def run_statistics_for_assets @run_statistics_for_assets end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2687 2688 2689 |
# File 'sig/types.rbs', line 2687 def started_at @started_at end |
#status ⇒ "REQUESTED", ...
Returns the value of attribute status.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def status @status end |
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
2688 2689 2690 |
# File 'sig/types.rbs', line 2688 def stopped_at @stopped_at end |
#type ⇒ "PRIORITIZED", "SCHEDULED"
Returns the value of attribute type.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def updated_at @updated_at end |