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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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)


6533
6534
6535
6536
6537
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6533

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