Class: Aws::Types::AssignedSessionActionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::AssignedSessionActionDefinition
- 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::AssignedEnvironmentEnterSessionActionDefinition
Returns the value of attribute env_enter.
-
#env_exit ⇒ Types::AssignedEnvironmentExitSessionActionDefinition
Returns the value of attribute env_exit.
-
#sync_input_job_attachments ⇒ Types::AssignedSyncInputJobAttachmentsSessionActionDefinition
Returns the value of attribute sync_input_job_attachments.
-
#task_run ⇒ Types::AssignedTaskRunSessionActionDefinition
Returns the value of attribute task_run.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#env_enter ⇒ Types::AssignedEnvironmentEnterSessionActionDefinition
Returns the value of attribute env_enter.
72 73 74 |
# File 'sig/types.rbs', line 72 def env_enter @env_enter end |
#env_exit ⇒ Types::AssignedEnvironmentExitSessionActionDefinition
Returns the value of attribute env_exit.
73 74 75 |
# File 'sig/types.rbs', line 73 def env_exit @env_exit end |
#sync_input_job_attachments ⇒ Types::AssignedSyncInputJobAttachmentsSessionActionDefinition
Returns the value of attribute sync_input_job_attachments.
75 76 77 |
# File 'sig/types.rbs', line 75 def @sync_input_job_attachments end |
#task_run ⇒ Types::AssignedTaskRunSessionActionDefinition
Returns the value of attribute task_run.
74 75 76 |
# File 'sig/types.rbs', line 74 def task_run @task_run end |
#unknown ⇒ Object
Returns the value of attribute unknown.
76 77 78 |
# File 'sig/types.rbs', line 76 def unknown @unknown end |