Class: Aws::Types::GetNotebookRunOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#cell_order::Array[Types::CellInformation]

Returns the value of attribute cell_order.

Returns:



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.

Returns:

  • (::Time)


3145
3146
3147
# File 'sig/types.rbs', line 3145

def completed_at
  @completed_at
end

#compute_configurationTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3125
3126
3127
# File 'sig/types.rbs', line 3125

def domain_id
  @domain_id
end

#environment_configurationTypes::EnvironmentConfig

Returns the value of attribute environment_configuration.



3136
3137
3138
# File 'sig/types.rbs', line 3136

def environment_configuration
  @environment_configuration
end

#errorTypes::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.

Returns:

  • (::String)


3124
3125
3126
# File 'sig/types.rbs', line 3124

def id
  @id
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, ::String])


3131
3132
3133
# File 'sig/types.rbs', line 3131

def 
  @metadata
end

#network_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


3132
3133
3134
# File 'sig/types.rbs', line 3132

def parameters
  @parameters
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


3144
3145
3146
# File 'sig/types.rbs', line 3144

def started_at
  @started_at
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

  • ("QUEUED", "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED")


3129
3130
3131
# File 'sig/types.rbs', line 3129

def status
  @status
end

#storage_configurationTypes::StorageConfig

Returns the value of attribute storage_configuration.



3137
3138
3139
# File 'sig/types.rbs', line 3137

def storage_configuration
  @storage_configuration
end

#timeout_configurationTypes::TimeoutConfig

Returns the value of attribute timeout_configuration.



3135
3136
3137
# File 'sig/types.rbs', line 3135

def timeout_configuration
  @timeout_configuration
end

#trigger_sourceTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


3143
3144
3145
# File 'sig/types.rbs', line 3143

def updated_by
  @updated_by
end