Module: Aws::DataZone::Client::_GetDataSourceRunResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetDataSourceRunOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


1975
# File 'sig/client.rbs', line 1975

def created_at: () -> ::Time

#data_source_configuration_snapshot::String

Returns:

  • (::String)


1971
# File 'sig/client.rbs', line 1971

def data_source_configuration_snapshot: () -> ::String

#data_source_id::String

Returns:

  • (::String)


1966
# File 'sig/client.rbs', line 1966

def data_source_id: () -> ::String

#domain_id::String

Returns:

  • (::String)


1965
# File 'sig/client.rbs', line 1965

def domain_id: () -> ::String

#error_messageTypes::DataSourceErrorMessage



1974
# File 'sig/client.rbs', line 1974

def error_message: () -> Types::DataSourceErrorMessage

#id::String

Returns:

  • (::String)


1967
# File 'sig/client.rbs', line 1967

def id: () -> ::String

#lineage_summaryTypes::DataSourceRunLineageSummary



1973
# File 'sig/client.rbs', line 1973

def lineage_summary: () -> Types::DataSourceRunLineageSummary

#project_id::String

Returns:

  • (::String)


1968
# File 'sig/client.rbs', line 1968

def project_id: () -> ::String

#run_statistics_for_assetsTypes::RunStatisticsForAssets



1972
# File 'sig/client.rbs', line 1972

def run_statistics_for_assets: () -> Types::RunStatisticsForAssets

#started_at::Time

Returns:

  • (::Time)


1977
# File 'sig/client.rbs', line 1977

def started_at: () -> ::Time

#status"REQUESTED", ...

Returns:

  • ("REQUESTED", "RUNNING", "FAILED", "PARTIALLY_SUCCEEDED", "SUCCESS")


1969
# File 'sig/client.rbs', line 1969

def status: () -> ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")

#stopped_at::Time

Returns:

  • (::Time)


1978
# File 'sig/client.rbs', line 1978

def stopped_at: () -> ::Time

#type"PRIORITIZED", "SCHEDULED"

Returns:

  • ("PRIORITIZED", "SCHEDULED")


1970
# File 'sig/client.rbs', line 1970

def type: () -> ("PRIORITIZED" | "SCHEDULED")

#updated_at::Time

Returns:

  • (::Time)


1976
# File 'sig/client.rbs', line 1976

def updated_at: () -> ::Time