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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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.



1500
1501
1502
1503
1504
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1500

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