Class: Aws::Athena::Types::DeleteNotebookInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_idString

The ID of the notebook to delete.

Returns:

  • (String)


1099
1100
1101
1102
1103
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1099

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