Class: Aws::Types::NotebookExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def arn
  @arn
end

#editor_id::String

Returns the value of attribute editor_id.

Returns:

  • (::String)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def editor_id
  @editor_id
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def end_time
  @end_time
end

#environment_variables::Hash[::String, ::String]

Returns the value of attribute environment_variables.

Returns:

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


1186
1187
1188
# File 'sig/types.rbs', line 1186

def environment_variables
  @environment_variables
end

#execution_engineTypes::ExecutionEngineConfig

Returns the value of attribute execution_engine.



1172
1173
1174
# File 'sig/types.rbs', line 1172

def execution_engine
  @execution_engine
end

#last_state_change_reason::String

Returns the value of attribute last_state_change_reason.

Returns:

  • (::String)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def last_state_change_reason
  @last_state_change_reason
end

#notebook_execution_id::String

Returns the value of attribute notebook_execution_id.

Returns:

  • (::String)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def notebook_execution_id
  @notebook_execution_id
end

#notebook_execution_name::String

Returns the value of attribute notebook_execution_name.

Returns:

  • (::String)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def notebook_execution_name
  @notebook_execution_name
end

#notebook_instance_security_group_id::String

Returns the value of attribute notebook_instance_security_group_id.

Returns:

  • (::String)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def notebook_instance_security_group_id
  @notebook_instance_security_group_id
end

#notebook_params::String

Returns the value of attribute notebook_params.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def notebook_params
  @notebook_params
end

#notebook_s3_locationTypes::NotebookS3LocationForOutput

Returns the value of attribute notebook_s3_location.



1183
1184
1185
# File 'sig/types.rbs', line 1183

def notebook_s3_location
  @notebook_s3_location
end

#output_notebook_format"HTML"

Returns the value of attribute output_notebook_format.

Returns:

  • ("HTML")


1185
1186
1187
# File 'sig/types.rbs', line 1185

def output_notebook_format
  @output_notebook_format
end

#output_notebook_s3_locationTypes::OutputNotebookS3LocationForOutput

Returns the value of attribute output_notebook_s3_location.



1184
1185
1186
# File 'sig/types.rbs', line 1184

def output_notebook_s3_location
  @output_notebook_s3_location
end

#output_notebook_uri::String

Returns the value of attribute output_notebook_uri.

Returns:

  • (::String)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def output_notebook_uri
  @output_notebook_uri
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1176
1177
1178
# File 'sig/types.rbs', line 1176

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")


1175
1176
1177
# File 'sig/types.rbs', line 1175

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1182
1183
1184
# File 'sig/types.rbs', line 1182

def tags
  @tags
end