Class: Aws::Types::StartNotebookExecutionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#editor_id::String

Returns the value of attribute editor_id.

Returns:

  • (::String)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def editor_id
  @editor_id
end

#environment_variables::Hash[::String, ::String]

Returns the value of attribute environment_variables.

Returns:

  • (::Hash[::String, ::String])


1599
1600
1601
# File 'sig/types.rbs', line 1599

def environment_variables
  @environment_variables
end

#execution_engineTypes::ExecutionEngineConfig

Returns the value of attribute execution_engine.



1592
1593
1594
# File 'sig/types.rbs', line 1592

def execution_engine
  @execution_engine
end

#notebook_execution_name::String

Returns the value of attribute notebook_execution_name.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def notebook_execution_name
  @notebook_execution_name
end

#notebook_instance_security_group_id::String

Returns the value of attribute notebook_instance_security_group_id.

Returns:

  • (::String)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def notebook_instance_security_group_id
  @notebook_instance_security_group_id
end

#notebook_params::String

Returns the value of attribute notebook_params.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def notebook_params
  @notebook_params
end

#notebook_s3_locationTypes::NotebookS3LocationFromInput

Returns the value of attribute notebook_s3_location.



1596
1597
1598
# File 'sig/types.rbs', line 1596

def notebook_s3_location
  @notebook_s3_location
end

#output_notebook_format"HTML"

Returns the value of attribute output_notebook_format.

Returns:

  • ("HTML")


1598
1599
1600
# File 'sig/types.rbs', line 1598

def output_notebook_format
  @output_notebook_format
end

#output_notebook_s3_locationTypes::OutputNotebookS3LocationFromInput

Returns the value of attribute output_notebook_s3_location.



1597
1598
1599
# File 'sig/types.rbs', line 1597

def output_notebook_s3_location
  @output_notebook_s3_location
end

#relative_path::String

Returns the value of attribute relative_path.

Returns:

  • (::String)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def relative_path
  @relative_path
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def service_role
  @service_role
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1595
1596
1597
# File 'sig/types.rbs', line 1595

def tags
  @tags
end