Module: Aws::DataZone::Client::_StartDataSourceRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartDataSourceRunOutput]
- 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
- #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
3582 |
# File 'sig/client.rbs', line 3582
def created_at: () -> ::Time
|
#data_source_configuration_snapshot ⇒ ::String
3579 |
# File 'sig/client.rbs', line 3579
def data_source_configuration_snapshot: () -> ::String
|
#data_source_id ⇒ ::String
3574 |
# File 'sig/client.rbs', line 3574
def data_source_id: () -> ::String
|
#domain_id ⇒ ::String
3573 |
# File 'sig/client.rbs', line 3573
def domain_id: () -> ::String
|
#error_message ⇒ Types::DataSourceErrorMessage
3581 |
# File 'sig/client.rbs', line 3581
def error_message: () -> Types::DataSourceErrorMessage
|
#id ⇒ ::String
3575 |
# File 'sig/client.rbs', line 3575
def id: () -> ::String
|
#project_id ⇒ ::String
3576 |
# File 'sig/client.rbs', line 3576
def project_id: () -> ::String
|
#run_statistics_for_assets ⇒ Types::RunStatisticsForAssets
3580 |
# File 'sig/client.rbs', line 3580
def run_statistics_for_assets: () -> Types::RunStatisticsForAssets
|
#started_at ⇒ ::Time
3584 |
# File 'sig/client.rbs', line 3584
def started_at: () -> ::Time
|
#status ⇒ "REQUESTED", ...
3577 |
# File 'sig/client.rbs', line 3577
def status: () -> ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
|
#stopped_at ⇒ ::Time
3585 |
# File 'sig/client.rbs', line 3585
def stopped_at: () -> ::Time
|
#type ⇒ "PRIORITIZED", "SCHEDULED"
3578 |
# File 'sig/client.rbs', line 3578
def type: () -> ("PRIORITIZED" | "SCHEDULED")
|
#updated_at ⇒ ::Time
3583 |
# File 'sig/client.rbs', line 3583
def updated_at: () -> ::Time
|