Class: Aws::Types::StartNotebookRunOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#cell_order::Array[Types::CellInformation]

Returns the value of attribute cell_order.

Returns:



5984
5985
5986
# File 'sig/types.rbs', line 5984

def cell_order
  @cell_order
end

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


5999
6000
6001
# File 'sig/types.rbs', line 5999

def completed_at
  @completed_at
end

#compute_configurationTypes::ComputeConfig

Returns the value of attribute compute_configuration.



5987
5988
5989
# File 'sig/types.rbs', line 5987

def compute_configuration
  @compute_configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


5994
5995
5996
# File 'sig/types.rbs', line 5994

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


5995
5996
5997
# File 'sig/types.rbs', line 5995

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


5979
5980
5981
# File 'sig/types.rbs', line 5979

def domain_id
  @domain_id
end

#environment_configurationTypes::EnvironmentConfig

Returns the value of attribute environment_configuration.



5990
5991
5992
# File 'sig/types.rbs', line 5990

def environment_configuration
  @environment_configuration
end

#errorTypes::NotebookRunError

Returns the value of attribute error.



5993
5994
5995
# File 'sig/types.rbs', line 5993

def error
  @error
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5978
5979
5980
# File 'sig/types.rbs', line 5978

def id
  @id
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


5985
5986
5987
# File 'sig/types.rbs', line 5985

def 
  @metadata
end

#network_configurationTypes::NetworkConfig

Returns the value of attribute network_configuration.



5988
5989
5990
# File 'sig/types.rbs', line 5988

def network_configuration
  @network_configuration
end

#notebook_id::String

Returns the value of attribute notebook_id.

Returns:

  • (::String)


5981
5982
5983
# File 'sig/types.rbs', line 5981

def notebook_id
  @notebook_id
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


5980
5981
5982
# File 'sig/types.rbs', line 5980

def owning_project_id
  @owning_project_id
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

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


5986
5987
5988
# File 'sig/types.rbs', line 5986

def parameters
  @parameters
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


5982
5983
5984
# File 'sig/types.rbs', line 5982

def schedule_id
  @schedule_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


5998
5999
6000
# File 'sig/types.rbs', line 5998

def started_at
  @started_at
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

  • ("QUEUED", "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED")


5983
5984
5985
# File 'sig/types.rbs', line 5983

def status
  @status
end

#storage_configurationTypes::StorageConfig

Returns the value of attribute storage_configuration.



5991
5992
5993
# File 'sig/types.rbs', line 5991

def storage_configuration
  @storage_configuration
end

#timeout_configurationTypes::TimeoutConfig

Returns the value of attribute timeout_configuration.



5989
5990
5991
# File 'sig/types.rbs', line 5989

def timeout_configuration
  @timeout_configuration
end

#trigger_sourceTypes::TriggerSource

Returns the value of attribute trigger_source.



5992
5993
5994
# File 'sig/types.rbs', line 5992

def trigger_source
  @trigger_source
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


5996
5997
5998
# File 'sig/types.rbs', line 5996

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


5997
5998
5999
# File 'sig/types.rbs', line 5997

def updated_by
  @updated_by
end