Module: Aws::DataZone::Client::_StartDataSourceRunResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#data_source_configuration_snapshot::String

Returns:

  • (::String)


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

def data_source_configuration_snapshot: () -> ::String

#data_source_id::String

Returns:

  • (::String)


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

def data_source_id: () -> ::String

#domain_id::String

Returns:

  • (::String)


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

def domain_id: () -> ::String

#error_messageTypes::DataSourceErrorMessage



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

def error_message: () -> Types::DataSourceErrorMessage

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#project_id::String

Returns:

  • (::String)


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

def project_id: () -> ::String

#run_statistics_for_assetsTypes::RunStatisticsForAssets



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

def run_statistics_for_assets: () -> Types::RunStatisticsForAssets

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time

#status"REQUESTED", ...

Returns:

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


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

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

#stopped_at::Time

Returns:

  • (::Time)


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

def stopped_at: () -> ::Time

#type"PRIORITIZED", "SCHEDULED"

Returns:

  • ("PRIORITIZED", "SCHEDULED")


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time