Class: Aws::DataZone::Types::GetNotebookInput

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)


11163
11164
11165
11166
11167
11168
# File 'lib/aws-sdk-datazone/types.rb', line 11163

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

#identifierString

The identifier of the notebook.

Returns:

  • (String)


11163
11164
11165
11166
11167
11168
# File 'lib/aws-sdk-datazone/types.rb', line 11163

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