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)


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

def created_at: () -> ::Time

#data_source_configuration_snapshot::String

Returns:

  • (::String)


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

def data_source_configuration_snapshot: () -> ::String

#data_source_id::String

Returns:

  • (::String)


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

def data_source_id: () -> ::String

#domain_id::String

Returns:

  • (::String)


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

def domain_id: () -> ::String

#error_messageTypes::DataSourceErrorMessage



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

def error_message: () -> Types::DataSourceErrorMessage

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#project_id::String

Returns:

  • (::String)


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

def project_id: () -> ::String

#run_statistics_for_assetsTypes::RunStatisticsForAssets



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

def run_statistics_for_assets: () -> Types::RunStatisticsForAssets

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time

#status"REQUESTED", ...

Returns:

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


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

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

#stopped_at::Time

Returns:

  • (::Time)


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

def stopped_at: () -> ::Time

#type"PRIORITIZED", "SCHEDULED"

Returns:

  • ("PRIORITIZED", "SCHEDULED")


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time