Class: Aws::Types::SessionActionDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: EnvEnter, EnvExit, SyncInputJobAttachments, TaskRun, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#env_enterTypes::EnvironmentEnterSessionActionDefinition

Returns the value of attribute env_enter.



2778
2779
2780
# File 'sig/types.rbs', line 2778

def env_enter
  @env_enter
end

#env_exitTypes::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_attachmentsTypes::SyncInputJobAttachmentsSessionActionDefinition

Returns the value of attribute sync_input_job_attachments.



2781
2782
2783
# File 'sig/types.rbs', line 2781

def sync_input_job_attachments
  @sync_input_job_attachments
end

#task_runTypes::TaskRunSessionActionDefinition

Returns the value of attribute task_run.



2780
2781
2782
# File 'sig/types.rbs', line 2780

def task_run
  @task_run
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2782
2783
2784
# File 'sig/types.rbs', line 2782

def unknown
  @unknown
end