Class: Aws::Types::StartDataSourceRunOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartDataSourceRunOutput
- 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.
-
#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.
5889 5890 5891 |
# File 'sig/types.rbs', line 5889 def created_at @created_at end |
#data_source_configuration_snapshot ⇒ ::String
Returns the value of attribute data_source_configuration_snapshot.
5886 5887 5888 |
# File 'sig/types.rbs', line 5886 def data_source_configuration_snapshot @data_source_configuration_snapshot end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
5881 5882 5883 |
# File 'sig/types.rbs', line 5881 def data_source_id @data_source_id end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5880 5881 5882 |
# File 'sig/types.rbs', line 5880 def domain_id @domain_id end |
#error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute error_message.
5888 5889 5890 |
# File 'sig/types.rbs', line 5888 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
5882 5883 5884 |
# File 'sig/types.rbs', line 5882 def id @id end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
5883 5884 5885 |
# File 'sig/types.rbs', line 5883 def project_id @project_id end |
#run_statistics_for_assets ⇒ Types::RunStatisticsForAssets
Returns the value of attribute run_statistics_for_assets.
5887 5888 5889 |
# File 'sig/types.rbs', line 5887 def run_statistics_for_assets @run_statistics_for_assets end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
5891 5892 5893 |
# File 'sig/types.rbs', line 5891 def started_at @started_at end |
#status ⇒ "REQUESTED", ...
Returns the value of attribute status.
5884 5885 5886 |
# File 'sig/types.rbs', line 5884 def status @status end |
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
5892 5893 5894 |
# File 'sig/types.rbs', line 5892 def stopped_at @stopped_at end |
#type ⇒ "PRIORITIZED", "SCHEDULED"
Returns the value of attribute type.
5885 5886 5887 |
# File 'sig/types.rbs', line 5885 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
5890 5891 5892 |
# File 'sig/types.rbs', line 5890 def updated_at @updated_at end |