Class: Aws::Types::SessionActionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::SessionActionDefinition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: EnvEnter, EnvExit, SyncInputJobAttachments, TaskRun, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#env_enter ⇒ Types::EnvironmentEnterSessionActionDefinition
Returns the value of attribute env_enter.
-
#env_exit ⇒ Types::EnvironmentExitSessionActionDefinition
Returns the value of attribute env_exit.
-
#sync_input_job_attachments ⇒ Types::SyncInputJobAttachmentsSessionActionDefinition
Returns the value of attribute sync_input_job_attachments.
-
#task_run ⇒ Types::TaskRunSessionActionDefinition
Returns the value of attribute task_run.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#env_enter ⇒ Types::EnvironmentEnterSessionActionDefinition
Returns the value of attribute env_enter.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def env_enter @env_enter end |
#env_exit ⇒ Types::EnvironmentExitSessionActionDefinition
Returns the value of attribute env_exit.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def env_exit @env_exit end |
#sync_input_job_attachments ⇒ Types::SyncInputJobAttachmentsSessionActionDefinition
Returns the value of attribute sync_input_job_attachments.
2781 2782 2783 |
# File 'sig/types.rbs', line 2781 def @sync_input_job_attachments end |
#task_run ⇒ Types::TaskRunSessionActionDefinition
Returns the value of attribute task_run.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def task_run @task_run end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2782 2783 2784 |
# File 'sig/types.rbs', line 2782 def unknown @unknown end |