Class: Aws::Types::GetNotebookRunOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetNotebookRunOutput
- 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.
3130 3131 3132 |
# File 'sig/types.rbs', line 3130 def cell_order @cell_order end |
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def completed_at @completed_at end |
#compute_configuration ⇒ Types::ComputeConfig
Returns the value of attribute compute_configuration.
3133 3134 3135 |
# File 'sig/types.rbs', line 3133 def compute_configuration @compute_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3125 3126 3127 |
# File 'sig/types.rbs', line 3125 def domain_id @domain_id end |
#environment_configuration ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_configuration.
3136 3137 3138 |
# File 'sig/types.rbs', line 3136 def environment_configuration @environment_configuration end |
#error ⇒ Types::NotebookRunError
Returns the value of attribute error.
3139 3140 3141 |
# File 'sig/types.rbs', line 3139 def error @error end |
#id ⇒ ::String
Returns the value of attribute id.
3124 3125 3126 |
# File 'sig/types.rbs', line 3124 def id @id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
3131 3132 3133 |
# File 'sig/types.rbs', line 3131 def @metadata end |
#network_configuration ⇒ Types::NetworkConfig
Returns the value of attribute network_configuration.
3134 3135 3136 |
# File 'sig/types.rbs', line 3134 def network_configuration @network_configuration end |
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
3127 3128 3129 |
# File 'sig/types.rbs', line 3127 def notebook_id @notebook_id end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
3126 3127 3128 |
# File 'sig/types.rbs', line 3126 def owning_project_id @owning_project_id end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
3132 3133 3134 |
# File 'sig/types.rbs', line 3132 def parameters @parameters end |
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def schedule_id @schedule_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
3144 3145 3146 |
# File 'sig/types.rbs', line 3144 def started_at @started_at end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
3129 3130 3131 |
# File 'sig/types.rbs', line 3129 def status @status end |
#storage_configuration ⇒ Types::StorageConfig
Returns the value of attribute storage_configuration.
3137 3138 3139 |
# File 'sig/types.rbs', line 3137 def storage_configuration @storage_configuration end |
#timeout_configuration ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_configuration.
3135 3136 3137 |
# File 'sig/types.rbs', line 3135 def timeout_configuration @timeout_configuration end |
#trigger_source ⇒ Types::TriggerSource
Returns the value of attribute trigger_source.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def trigger_source @trigger_source end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3142 3143 3144 |
# File 'sig/types.rbs', line 3142 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3143 3144 3145 |
# File 'sig/types.rbs', line 3143 def updated_by @updated_by end |