Class: Aws::DataZone::Types::DeleteNotebookInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.

Returns:

  • (String)


7368
7369
7370
7371
7372
7373
# File 'lib/aws-sdk-datazone/types.rb', line 7368

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

#identifierString

The identifier of the notebook to delete.

Returns:

  • (String)


7368
7369
7370
7371
7372
7373
# File 'lib/aws-sdk-datazone/types.rb', line 7368

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