Class: Aws::DataZone::Types::StopNotebookRunOutput

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_idString

The identifier of the Amazon SageMaker Unified Studio domain.

Returns:

  • (String)


21551
21552
21553
21554
21555
21556
21557
21558
# File 'lib/aws-sdk-datazone/types.rb', line 21551

class StopNotebookRunOutput < Struct.new(
  :id,
  :domain_id,
  :owning_project_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the notebook run.

Returns:

  • (String)


21551
21552
21553
21554
21555
21556
21557
21558
# File 'lib/aws-sdk-datazone/types.rb', line 21551

class StopNotebookRunOutput < Struct.new(
  :id,
  :domain_id,
  :owning_project_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#owning_project_idString

The identifier of the project that owns the notebook run.

Returns:

  • (String)


21551
21552
21553
21554
21555
21556
21557
21558
# File 'lib/aws-sdk-datazone/types.rb', line 21551

class StopNotebookRunOutput < Struct.new(
  :id,
  :domain_id,
  :owning_project_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the notebook run.

Returns:

  • (String)


21551
21552
21553
21554
21555
21556
21557
21558
# File 'lib/aws-sdk-datazone/types.rb', line 21551

class StopNotebookRunOutput < Struct.new(
  :id,
  :domain_id,
  :owning_project_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end