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
1981 |
# File 'sig/client.rbs', line 1981
def created_at: () -> ::Time
|
#data_source_configuration_snapshot ⇒ ::String
1977 |
# File 'sig/client.rbs', line 1977
def data_source_configuration_snapshot: () -> ::String
|
#data_source_id ⇒ ::String
1972 |
# File 'sig/client.rbs', line 1972
def data_source_id: () -> ::String
|
#domain_id ⇒ ::String
1971 |
# File 'sig/client.rbs', line 1971
def domain_id: () -> ::String
|
#error_message ⇒ Types::DataSourceErrorMessage
1980 |
# File 'sig/client.rbs', line 1980
def error_message: () -> Types::DataSourceErrorMessage
|
#id ⇒ ::String
1973 |
# File 'sig/client.rbs', line 1973
def id: () -> ::String
|
#lineage_summary ⇒ Types::DataSourceRunLineageSummary
1979 |
# File 'sig/client.rbs', line 1979
def lineage_summary: () -> Types::DataSourceRunLineageSummary
|
#project_id ⇒ ::String
1974 |
# File 'sig/client.rbs', line 1974
def project_id: () -> ::String
|
#run_statistics_for_assets ⇒ Types::RunStatisticsForAssets
1978 |
# File 'sig/client.rbs', line 1978
def run_statistics_for_assets: () -> Types::RunStatisticsForAssets
|
#started_at ⇒ ::Time
1983 |
# File 'sig/client.rbs', line 1983
def started_at: () -> ::Time
|
#status ⇒ "REQUESTED", ...
1975 |
# File 'sig/client.rbs', line 1975
def status: () -> ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
|
#stopped_at ⇒ ::Time
1984 |
# File 'sig/client.rbs', line 1984
def stopped_at: () -> ::Time
|
#type ⇒ "PRIORITIZED", "SCHEDULED"
1976 |
# File 'sig/client.rbs', line 1976
def type: () -> ("PRIORITIZED" | "SCHEDULED")
|
#updated_at ⇒ ::Time
1982 |
# File 'sig/client.rbs', line 1982
def updated_at: () -> ::Time
|