Class: Aws::EMR::Types::DescribeNotebookExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeNotebookExecutionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_execution ⇒ Types::NotebookExecution
Properties of the notebook execution.
Instance Attribute Details
#notebook_execution ⇒ Types::NotebookExecution
Properties of the notebook execution.
1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-emr/types.rb', line 1500 class DescribeNotebookExecutionOutput < Struct.new( :notebook_execution) SENSITIVE = [] include Aws::Structure end |