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
3589 |
# File 'sig/client.rbs', line 3589
def created_at: () -> ::Time
|
#data_source_configuration_snapshot ⇒ ::String
3586 |
# File 'sig/client.rbs', line 3586
def data_source_configuration_snapshot: () -> ::String
|
#data_source_id ⇒ ::String
3581 |
# File 'sig/client.rbs', line 3581
def data_source_id: () -> ::String
|
#domain_id ⇒ ::String
3580 |
# File 'sig/client.rbs', line 3580
def domain_id: () -> ::String
|
#error_message ⇒ Types::DataSourceErrorMessage
3588 |
# File 'sig/client.rbs', line 3588
def error_message: () -> Types::DataSourceErrorMessage
|
#id ⇒ ::String
3582 |
# File 'sig/client.rbs', line 3582
def id: () -> ::String
|
#project_id ⇒ ::String
3583 |
# File 'sig/client.rbs', line 3583
def project_id: () -> ::String
|
#run_statistics_for_assets ⇒ Types::RunStatisticsForAssets
3587 |
# File 'sig/client.rbs', line 3587
def run_statistics_for_assets: () -> Types::RunStatisticsForAssets
|
#started_at ⇒ ::Time
3591 |
# File 'sig/client.rbs', line 3591
def started_at: () -> ::Time
|
#status ⇒ "REQUESTED", ...
3584 |
# File 'sig/client.rbs', line 3584
def status: () -> ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
|
#stopped_at ⇒ ::Time
3592 |
# File 'sig/client.rbs', line 3592
def stopped_at: () -> ::Time
|
#type ⇒ "PRIORITIZED", "SCHEDULED"
3585 |
# File 'sig/client.rbs', line 3585
def type: () -> ("PRIORITIZED" | "SCHEDULED")
|
#updated_at ⇒ ::Time
3590 |
# File 'sig/client.rbs', line 3590
def updated_at: () -> ::Time
|