Class: Aws::DataZone::Types::GetNotebookRunInput

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 DataZone domain in which the notebook run exists.

Returns:

  • (String)


10901
10902
10903
10904
10905
10906
# File 'lib/aws-sdk-datazone/types.rb', line 10901

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

#identifierString

The identifier of the notebook run.

Returns:

  • (String)


10901
10902
10903
10904
10905
10906
# File 'lib/aws-sdk-datazone/types.rb', line 10901

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