Class: Aws::Types::StartNotebookRunOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartNotebookRunOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_order ⇒ ::Array[Types::CellInformation]
Returns the value of attribute cell_order.
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#compute_configuration ⇒ Types::ComputeConfig
Returns the value of attribute compute_configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#environment_configuration ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_configuration.
-
#error ⇒ Types::NotebookRunError
Returns the value of attribute error.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#network_configuration ⇒ Types::NetworkConfig
Returns the value of attribute network_configuration.
-
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#storage_configuration ⇒ Types::StorageConfig
Returns the value of attribute storage_configuration.
-
#timeout_configuration ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_configuration.
-
#trigger_source ⇒ Types::TriggerSource
Returns the value of attribute trigger_source.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#cell_order ⇒ ::Array[Types::CellInformation]
Returns the value of attribute cell_order.
5984 5985 5986 |
# File 'sig/types.rbs', line 5984 def cell_order @cell_order end |
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
5999 6000 6001 |
# File 'sig/types.rbs', line 5999 def completed_at @completed_at end |
#compute_configuration ⇒ Types::ComputeConfig
Returns the value of attribute compute_configuration.
5987 5988 5989 |
# File 'sig/types.rbs', line 5987 def compute_configuration @compute_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5994 5995 5996 |
# File 'sig/types.rbs', line 5994 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
5995 5996 5997 |
# File 'sig/types.rbs', line 5995 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5979 5980 5981 |
# File 'sig/types.rbs', line 5979 def domain_id @domain_id end |
#environment_configuration ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_configuration.
5990 5991 5992 |
# File 'sig/types.rbs', line 5990 def environment_configuration @environment_configuration end |
#error ⇒ Types::NotebookRunError
Returns the value of attribute error.
5993 5994 5995 |
# File 'sig/types.rbs', line 5993 def error @error end |
#id ⇒ ::String
Returns the value of attribute id.
5978 5979 5980 |
# File 'sig/types.rbs', line 5978 def id @id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
5985 5986 5987 |
# File 'sig/types.rbs', line 5985 def @metadata end |
#network_configuration ⇒ Types::NetworkConfig
Returns the value of attribute network_configuration.
5988 5989 5990 |
# File 'sig/types.rbs', line 5988 def network_configuration @network_configuration end |
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
5981 5982 5983 |
# File 'sig/types.rbs', line 5981 def notebook_id @notebook_id end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
5980 5981 5982 |
# File 'sig/types.rbs', line 5980 def owning_project_id @owning_project_id end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
5986 5987 5988 |
# File 'sig/types.rbs', line 5986 def parameters @parameters end |
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
5982 5983 5984 |
# File 'sig/types.rbs', line 5982 def schedule_id @schedule_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
5998 5999 6000 |
# File 'sig/types.rbs', line 5998 def started_at @started_at end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
5983 5984 5985 |
# File 'sig/types.rbs', line 5983 def status @status end |
#storage_configuration ⇒ Types::StorageConfig
Returns the value of attribute storage_configuration.
5991 5992 5993 |
# File 'sig/types.rbs', line 5991 def storage_configuration @storage_configuration end |
#timeout_configuration ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_configuration.
5989 5990 5991 |
# File 'sig/types.rbs', line 5989 def timeout_configuration @timeout_configuration end |
#trigger_source ⇒ Types::TriggerSource
Returns the value of attribute trigger_source.
5992 5993 5994 |
# File 'sig/types.rbs', line 5992 def trigger_source @trigger_source end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
5996 5997 5998 |
# File 'sig/types.rbs', line 5996 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
5997 5998 5999 |
# File 'sig/types.rbs', line 5997 def updated_by @updated_by end |