Class: Aws::EMR::Types::StopNotebookExecutionInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_execution_idString

The unique identifier of the notebook execution.

Returns:

  • (String)


6551
6552
6553
6554
6555
# File 'lib/aws-sdk-emr/types.rb', line 6551

class StopNotebookExecutionInput < Struct.new(
  :notebook_execution_id)
  SENSITIVE = []
  include Aws::Structure
end