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)


21425
21426
21427
21428
21429
21430
21431
21432
# File 'lib/aws-sdk-datazone/types.rb', line 21425

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)


21425
21426
21427
21428
21429
21430
21431
21432
# File 'lib/aws-sdk-datazone/types.rb', line 21425

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)


21425
21426
21427
21428
21429
21430
21431
21432
# File 'lib/aws-sdk-datazone/types.rb', line 21425

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)


21425
21426
21427
21428
21429
21430
21431
21432
# File 'lib/aws-sdk-datazone/types.rb', line 21425

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