Class: Aws::EMR::Types::DescribeNotebookExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeNotebookExecutionInput
- Defined in:
- gems/aws-sdk-emr/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.
1488 1489 1490 1491 1492 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1488 class DescribeNotebookExecutionInput < Struct.new( :notebook_execution_id) SENSITIVE = [] include Aws::Structure end |