Class: Aws::Types::StartNotebookRunInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


5973
5974
5975
# File 'sig/types.rbs', line 5973

def client_token
  @client_token
end

#compute_configurationTypes::ComputeConfig

Returns the value of attribute compute_configuration.



5967
5968
5969
# File 'sig/types.rbs', line 5967

def compute_configuration
  @compute_configuration
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5963
5964
5965
# File 'sig/types.rbs', line 5963

def domain_identifier
  @domain_identifier
end

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

Returns the value of attribute metadata.

Returns:

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


5971
5972
5973
# File 'sig/types.rbs', line 5971

def 
  @metadata
end

#network_configurationTypes::NetworkConfig

Returns the value of attribute network_configuration.



5968
5969
5970
# File 'sig/types.rbs', line 5968

def network_configuration
  @network_configuration
end

#notebook_identifier::String

Returns the value of attribute notebook_identifier.

Returns:

  • (::String)


5965
5966
5967
# File 'sig/types.rbs', line 5965

def notebook_identifier
  @notebook_identifier
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


5964
5965
5966
# File 'sig/types.rbs', line 5964

def owning_project_identifier
  @owning_project_identifier
end

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

Returns the value of attribute parameters.

Returns:

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


5972
5973
5974
# File 'sig/types.rbs', line 5972

def parameters
  @parameters
end

#schedule_identifier::String

Returns the value of attribute schedule_identifier.

Returns:

  • (::String)


5966
5967
5968
# File 'sig/types.rbs', line 5966

def schedule_identifier
  @schedule_identifier
end

#timeout_configurationTypes::TimeoutConfig

Returns the value of attribute timeout_configuration.



5969
5970
5971
# File 'sig/types.rbs', line 5969

def timeout_configuration
  @timeout_configuration
end

#trigger_sourceTypes::TriggerSource

Returns the value of attribute trigger_source.



5970
5971
5972
# File 'sig/types.rbs', line 5970

def trigger_source
  @trigger_source
end