Class: Aws::Types::DataSourceRunActivity
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceRunActivity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_asset_id ⇒ ::String
Returns the value of attribute data_asset_id.
-
#data_asset_status ⇒ "FAILED", ...
Returns the value of attribute data_asset_status.
-
#data_source_run_id ⇒ ::String
Returns the value of attribute data_source_run_id.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute error_message.
-
#lineage_summary ⇒ Types::LineageInfo
Returns the value of attribute lineage_summary.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#technical_description ⇒ ::String
Returns the value of attribute technical_description.
-
#technical_name ⇒ ::String
Returns the value of attribute technical_name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def created_at @created_at end |
#data_asset_id ⇒ ::String
Returns the value of attribute data_asset_id.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def data_asset_id @data_asset_id end |
#data_asset_status ⇒ "FAILED", ...
Returns the value of attribute data_asset_status.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def data_asset_status @data_asset_status end |
#data_source_run_id ⇒ ::String
Returns the value of attribute data_source_run_id.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def data_source_run_id @data_source_run_id end |
#database ⇒ ::String
Returns the value of attribute database.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def database @database end |
#error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute error_message.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def @error_message end |
#lineage_summary ⇒ Types::LineageInfo
Returns the value of attribute lineage_summary.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def lineage_summary @lineage_summary end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def project_id @project_id end |
#technical_description ⇒ ::String
Returns the value of attribute technical_description.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def technical_description @technical_description end |
#technical_name ⇒ ::String
Returns the value of attribute technical_name.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def technical_name @technical_name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def updated_at @updated_at end |