Method: Aws::EMR::Types::DescribeNotebookExecutionOutput#notebook_execution
- Defined in:
- lib/aws-sdk-emr/types.rb
#notebook_execution ⇒ Types::NotebookExecution
Properties of the notebook execution.
1599 1600 1601 1602 1603 |
# File 'lib/aws-sdk-emr/types.rb', line 1599 class DescribeNotebookExecutionOutput < Struct.new( :notebook_execution) SENSITIVE = [] include Aws::Structure end |