Class: Aws::Types::ListNotebookExecutionsInput

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)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def editor_id
  @editor_id
end

#execution_engine_id::String

Returns the value of attribute execution_engine_id.

Returns:

  • (::String)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def execution_engine_id
  @execution_engine_id
end

#from::Time

Returns the value of attribute from.

Returns:

  • (::Time)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def from
  @from
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def marker
  @marker
end

#status"START_PENDING", ...

Returns the value of attribute status.

Returns:

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


1023
1024
1025
# File 'sig/types.rbs', line 1023

def status
  @status
end

#to::Time

Returns the value of attribute to.

Returns:

  • (::Time)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def to
  @to
end