Class: Aws::Types::SessionActionDefinitionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SessionActionDefinitionSummary
- 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::EnvironmentEnterSessionActionDefinitionSummary
Returns the value of attribute env_enter.
-
#env_exit ⇒ Types::EnvironmentExitSessionActionDefinitionSummary
Returns the value of attribute env_exit.
-
#sync_input_job_attachments ⇒ Types::SyncInputJobAttachmentsSessionActionDefinitionSummary
Returns the value of attribute sync_input_job_attachments.
-
#task_run ⇒ Types::TaskRunSessionActionDefinitionSummary
Returns the value of attribute task_run.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#env_enter ⇒ Types::EnvironmentEnterSessionActionDefinitionSummary
Returns the value of attribute env_enter.
2798 2799 2800 |
# File 'sig/types.rbs', line 2798 def env_enter @env_enter end |
#env_exit ⇒ Types::EnvironmentExitSessionActionDefinitionSummary
Returns the value of attribute env_exit.
2799 2800 2801 |
# File 'sig/types.rbs', line 2799 def env_exit @env_exit end |
#sync_input_job_attachments ⇒ Types::SyncInputJobAttachmentsSessionActionDefinitionSummary
Returns the value of attribute sync_input_job_attachments.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 def @sync_input_job_attachments end |
#task_run ⇒ Types::TaskRunSessionActionDefinitionSummary
Returns the value of attribute task_run.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def task_run @task_run end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def unknown @unknown end |