Class: Aws::EMR::Types::StartNotebookExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::StartNotebookExecutionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
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.
6312 6313 6314 6315 6316 |
# File 'lib/aws-sdk-emr/types.rb', line 6312 class StartNotebookExecutionOutput < Struct.new( :notebook_execution_id) SENSITIVE = [] include Aws::Structure end |