Class: Aws::Types::NotebookExecutionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#editor_id::String

Returns the value of attribute editor_id.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def editor_id
  @editor_id
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def end_time
  @end_time
end

#execution_engine_id::String

Returns the value of attribute execution_engine_id.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def execution_engine_id
  @execution_engine_id
end

#notebook_execution_id::String

Returns the value of attribute notebook_execution_id.

Returns:

  • (::String)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def notebook_execution_id
  @notebook_execution_id
end

#notebook_execution_name::String

Returns the value of attribute notebook_execution_name.

Returns:

  • (::String)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def notebook_execution_name
  @notebook_execution_name
end

#notebook_s3_locationTypes::NotebookS3LocationForOutput

Returns the value of attribute notebook_s3_location.



1197
1198
1199
# File 'sig/types.rbs', line 1197

def notebook_s3_location
  @notebook_s3_location
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def start_time
  @start_time
end

#status"START_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("START_PENDING", "STARTING", "RUNNING", "FINISHING", "FINISHED", "FAILING", "FAILED", "STOP_PENDING", "STOPPING", "STOPPED")


1194
1195
1196
# File 'sig/types.rbs', line 1194

def status
  @status
end