Module: Aws::DataZone::Client::_GetNotebookRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNotebookRunOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cell_order ⇒ ::Array[Types::CellInformation]
- #completed_at ⇒ ::Time
- #compute_configuration ⇒ Types::ComputeConfig
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #domain_id ⇒ ::String
- #environment_configuration ⇒ Types::EnvironmentConfig
- #id ⇒ ::String
- #metadata ⇒ ::Hash[::String, ::String]
- #network_configuration ⇒ Types::NetworkConfig
- #notebook_id ⇒ ::String
- #owning_project_id ⇒ ::String
- #parameters ⇒ ::Hash[::String, ::String]
- #schedule_id ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "QUEUED", ...
- #storage_configuration ⇒ Types::StorageConfig
- #timeout_configuration ⇒ Types::TimeoutConfig
- #trigger_source ⇒ Types::TriggerSource
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#cell_order ⇒ ::Array[Types::CellInformation]
2416 |
# File 'sig/client.rbs', line 2416
def cell_order: () -> ::Array[Types::CellInformation]
|
#completed_at ⇒ ::Time
2430 |
# File 'sig/client.rbs', line 2430
def completed_at: () -> ::Time
|
#compute_configuration ⇒ Types::ComputeConfig
2419 |
# File 'sig/client.rbs', line 2419
def compute_configuration: () -> Types::ComputeConfig
|
#created_at ⇒ ::Time
2425 |
# File 'sig/client.rbs', line 2425
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2426 |
# File 'sig/client.rbs', line 2426
def created_by: () -> ::String
|
#domain_id ⇒ ::String
2411 |
# File 'sig/client.rbs', line 2411
def domain_id: () -> ::String
|
#environment_configuration ⇒ Types::EnvironmentConfig
2422 |
# File 'sig/client.rbs', line 2422
def environment_configuration: () -> Types::EnvironmentConfig
|
#id ⇒ ::String
2410 |
# File 'sig/client.rbs', line 2410
def id: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
2417 |
# File 'sig/client.rbs', line 2417
def metadata: () -> ::Hash[::String, ::String]
|
#network_configuration ⇒ Types::NetworkConfig
2420 |
# File 'sig/client.rbs', line 2420
def network_configuration: () -> Types::NetworkConfig
|
#notebook_id ⇒ ::String
2413 |
# File 'sig/client.rbs', line 2413
def notebook_id: () -> ::String
|
#owning_project_id ⇒ ::String
2412 |
# File 'sig/client.rbs', line 2412
def owning_project_id: () -> ::String
|
#parameters ⇒ ::Hash[::String, ::String]
2418 |
# File 'sig/client.rbs', line 2418
def parameters: () -> ::Hash[::String, ::String]
|
#schedule_id ⇒ ::String
2414 |
# File 'sig/client.rbs', line 2414
def schedule_id: () -> ::String
|
#started_at ⇒ ::Time
2429 |
# File 'sig/client.rbs', line 2429
def started_at: () -> ::Time
|
#status ⇒ "QUEUED", ...
2415 |
# File 'sig/client.rbs', line 2415
def status: () -> ("QUEUED" | "STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED")
|
#storage_configuration ⇒ Types::StorageConfig
2423 |
# File 'sig/client.rbs', line 2423
def storage_configuration: () -> Types::StorageConfig
|
#timeout_configuration ⇒ Types::TimeoutConfig
2421 |
# File 'sig/client.rbs', line 2421
def timeout_configuration: () -> Types::TimeoutConfig
|
#trigger_source ⇒ Types::TriggerSource
2424 |
# File 'sig/client.rbs', line 2424
def trigger_source: () -> Types::TriggerSource
|
#updated_at ⇒ ::Time
2427 |
# File 'sig/client.rbs', line 2427
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2428 |
# File 'sig/client.rbs', line 2428
def updated_by: () -> ::String
|