Class: Aws::EMR::Types::DescribeNotebookExecutionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_executionTypes::NotebookExecution

Properties of the notebook execution.



1635
1636
1637
1638
1639
# File 'lib/aws-sdk-emr/types.rb', line 1635

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