Class: Aws::Athena::Types::DeleteNotebookInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::DeleteNotebookInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_id ⇒ String
The ID of the notebook to delete.
Instance Attribute Details
#notebook_id ⇒ String
The ID of the notebook to delete.
1270 1271 1272 1273 1274 |
# File 'lib/aws-sdk-athena/types.rb', line 1270 class DeleteNotebookInput < Struct.new( :notebook_id) SENSITIVE = [] include Aws::Structure end |