Class: Aws::Types::StartSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#copy_work_group_tags ⇒ Boolean
Returns the value of attribute copy_work_group_tags.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_configuration ⇒ Types::EngineConfiguration
Returns the value of attribute engine_configuration.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#monitoring_configuration ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring_configuration.
-
#notebook_version ⇒ ::String
Returns the value of attribute notebook_version.
-
#session_idle_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute session_idle_timeout_in_minutes.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def client_request_token @client_request_token end |
#copy_work_group_tags ⇒ Boolean
Returns the value of attribute copy_work_group_tags.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def end |
#description ⇒ ::String
Returns the value of attribute description.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def description @description end |
#engine_configuration ⇒ Types::EngineConfiguration
Returns the value of attribute engine_configuration.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def engine_configuration @engine_configuration end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def execution_role @execution_role end |
#monitoring_configuration ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring_configuration.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def monitoring_configuration @monitoring_configuration end |
#notebook_version ⇒ ::String
Returns the value of attribute notebook_version.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def notebook_version @notebook_version end |
#session_idle_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute session_idle_timeout_in_minutes.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def session_idle_timeout_in_minutes @session_idle_timeout_in_minutes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def work_group @work_group end |