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 DataZone domain.

Returns:

  • (String)


20638
20639
20640
20641
20642
20643
20644
20645
# File 'lib/aws-sdk-datazone/types.rb', line 20638

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)


20638
20639
20640
20641
20642
20643
20644
20645
# File 'lib/aws-sdk-datazone/types.rb', line 20638

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)


20638
20639
20640
20641
20642
20643
20644
20645
# File 'lib/aws-sdk-datazone/types.rb', line 20638

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)


20638
20639
20640
20641
20642
20643
20644
20645
# File 'lib/aws-sdk-datazone/types.rb', line 20638

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