Module: Aws::DataZone::Client::_GetDataSourceRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataSourceRunOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #data_source_configuration_snapshot ⇒ ::String
- #data_source_id ⇒ ::String
- #domain_id ⇒ ::String
- #error_message ⇒ Types::DataSourceErrorMessage
- #id ⇒ ::String
- #lineage_summary ⇒ Types::DataSourceRunLineageSummary
- #project_id ⇒ ::String
- #run_statistics_for_assets ⇒ Types::RunStatisticsForAssets
- #started_at ⇒ ::Time
- #status ⇒ "REQUESTED", ...
- #stopped_at ⇒ ::Time
- #type ⇒ "PRIORITIZED", "SCHEDULED"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1975 |
# File 'sig/client.rbs', line 1975
def created_at: () -> ::Time
|
#data_source_configuration_snapshot ⇒ ::String
1971 |
# File 'sig/client.rbs', line 1971
def data_source_configuration_snapshot: () -> ::String
|
#data_source_id ⇒ ::String
1966 |
# File 'sig/client.rbs', line 1966
def data_source_id: () -> ::String
|
#domain_id ⇒ ::String
1965 |
# File 'sig/client.rbs', line 1965
def domain_id: () -> ::String
|
#error_message ⇒ Types::DataSourceErrorMessage
1974 |
# File 'sig/client.rbs', line 1974
def error_message: () -> Types::DataSourceErrorMessage
|
#id ⇒ ::String
1967 |
# File 'sig/client.rbs', line 1967
def id: () -> ::String
|
#lineage_summary ⇒ Types::DataSourceRunLineageSummary
1973 |
# File 'sig/client.rbs', line 1973
def lineage_summary: () -> Types::DataSourceRunLineageSummary
|
#project_id ⇒ ::String
1968 |
# File 'sig/client.rbs', line 1968
def project_id: () -> ::String
|
#run_statistics_for_assets ⇒ Types::RunStatisticsForAssets
1972 |
# File 'sig/client.rbs', line 1972
def run_statistics_for_assets: () -> Types::RunStatisticsForAssets
|
#started_at ⇒ ::Time
1977 |
# File 'sig/client.rbs', line 1977
def started_at: () -> ::Time
|
#status ⇒ "REQUESTED", ...
1969 |
# File 'sig/client.rbs', line 1969
def status: () -> ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
|
#stopped_at ⇒ ::Time
1978 |
# File 'sig/client.rbs', line 1978
def stopped_at: () -> ::Time
|
#type ⇒ "PRIORITIZED", "SCHEDULED"
1970 |
# File 'sig/client.rbs', line 1970
def type: () -> ("PRIORITIZED" | "SCHEDULED")
|
#updated_at ⇒ ::Time
1976 |
# File 'sig/client.rbs', line 1976
def updated_at: () -> ::Time
|