Class: Aws::Types::StartNotebookRunInput
- Inherits:
-
Object
- Object
- Aws::Types::StartNotebookRunInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#compute_configuration ⇒ Types::ComputeConfig
Returns the value of attribute compute_configuration.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#network_configuration ⇒ Types::NetworkConfig
Returns the value of attribute network_configuration.
-
#notebook_identifier ⇒ ::String
Returns the value of attribute notebook_identifier.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
-
#timeout_configuration ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_configuration.
-
#trigger_source ⇒ Types::TriggerSource
Returns the value of attribute trigger_source.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
5973 5974 5975 |
# File 'sig/types.rbs', line 5973 def client_token @client_token end |
#compute_configuration ⇒ Types::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.
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.
5971 5972 5973 |
# File 'sig/types.rbs', line 5971 def @metadata end |
#network_configuration ⇒ Types::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.
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.
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.
5972 5973 5974 |
# File 'sig/types.rbs', line 5972 def parameters @parameters end |
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
5966 5967 5968 |
# File 'sig/types.rbs', line 5966 def schedule_identifier @schedule_identifier end |
#timeout_configuration ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_configuration.
5969 5970 5971 |
# File 'sig/types.rbs', line 5969 def timeout_configuration @timeout_configuration end |
#trigger_source ⇒ Types::TriggerSource
Returns the value of attribute trigger_source.
5970 5971 5972 |
# File 'sig/types.rbs', line 5970 def trigger_source @trigger_source end |