Class: Aws::EMR::Types::StopNotebookExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::StopNotebookExecutionInput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Note:
When making an API call, you may pass StopNotebookExecutionInput data as a hash:
{
notebook_execution_id: "XmlStringMaxLen256", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_execution_id ⇒ String
The unique identifier of the notebook execution.
Instance Attribute Details
#notebook_execution_id ⇒ String
The unique identifier of the notebook execution.
7755 7756 7757 7758 7759 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 7755 class StopNotebookExecutionInput < Struct.new( :notebook_execution_id) SENSITIVE = [] include Aws::Structure end |