Module: Aws::DataZone::Client::_StartNotebookRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartNotebookRunOutput]
- 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]
3675 |
# File 'sig/client.rbs', line 3675
def cell_order: () -> ::Array[Types::CellInformation]
|
#completed_at ⇒ ::Time
3689 |
# File 'sig/client.rbs', line 3689
def completed_at: () -> ::Time
|
#compute_configuration ⇒ Types::ComputeConfig
3678 |
# File 'sig/client.rbs', line 3678
def compute_configuration: () -> Types::ComputeConfig
|
#created_at ⇒ ::Time
3684 |
# File 'sig/client.rbs', line 3684
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3685 |
# File 'sig/client.rbs', line 3685
def created_by: () -> ::String
|
#domain_id ⇒ ::String
3670 |
# File 'sig/client.rbs', line 3670
def domain_id: () -> ::String
|
#environment_configuration ⇒ Types::EnvironmentConfig
3681 |
# File 'sig/client.rbs', line 3681
def environment_configuration: () -> Types::EnvironmentConfig
|
#id ⇒ ::String
3669 |
# File 'sig/client.rbs', line 3669
def id: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
3676 |
# File 'sig/client.rbs', line 3676
def metadata: () -> ::Hash[::String, ::String]
|
#network_configuration ⇒ Types::NetworkConfig
3679 |
# File 'sig/client.rbs', line 3679
def network_configuration: () -> Types::NetworkConfig
|
#notebook_id ⇒ ::String
3672 |
# File 'sig/client.rbs', line 3672
def notebook_id: () -> ::String
|
#owning_project_id ⇒ ::String
3671 |
# File 'sig/client.rbs', line 3671
def owning_project_id: () -> ::String
|
#parameters ⇒ ::Hash[::String, ::String]
3677 |
# File 'sig/client.rbs', line 3677
def parameters: () -> ::Hash[::String, ::String]
|
#schedule_id ⇒ ::String
3673 |
# File 'sig/client.rbs', line 3673
def schedule_id: () -> ::String
|
#started_at ⇒ ::Time
3688 |
# File 'sig/client.rbs', line 3688
def started_at: () -> ::Time
|
#status ⇒ "QUEUED", ...
3674 |
# File 'sig/client.rbs', line 3674
def status: () -> ("QUEUED" | "STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED")
|
#storage_configuration ⇒ Types::StorageConfig
3682 |
# File 'sig/client.rbs', line 3682
def storage_configuration: () -> Types::StorageConfig
|
#timeout_configuration ⇒ Types::TimeoutConfig
3680 |
# File 'sig/client.rbs', line 3680
def timeout_configuration: () -> Types::TimeoutConfig
|
#trigger_source ⇒ Types::TriggerSource
3683 |
# File 'sig/client.rbs', line 3683
def trigger_source: () -> Types::TriggerSource
|
#updated_at ⇒ ::Time
3686 |
# File 'sig/client.rbs', line 3686
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
3687 |
# File 'sig/client.rbs', line 3687
def updated_by: () -> ::String
|