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)


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

def created_at: () -> ::Time

#data_source_configuration_snapshot::String

Returns:

  • (::String)


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

def data_source_configuration_snapshot: () -> ::String

#data_source_id::String

Returns:

  • (::String)


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

def data_source_id: () -> ::String

#domain_id::String

Returns:

  • (::String)


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

def domain_id: () -> ::String

#error_messageTypes::DataSourceErrorMessage



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

def error_message: () -> Types::DataSourceErrorMessage

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#project_id::String

Returns:

  • (::String)


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

def project_id: () -> ::String

#run_statistics_for_assetsTypes::RunStatisticsForAssets



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

def run_statistics_for_assets: () -> Types::RunStatisticsForAssets

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time

#status"REQUESTED", ...

Returns:

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


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

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

#stopped_at::Time

Returns:

  • (::Time)


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

def stopped_at: () -> ::Time

#type"PRIORITIZED", "SCHEDULED"

Returns:

  • ("PRIORITIZED", "SCHEDULED")


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time