Class: Aws::Types::AssignedSessionActionDefinition

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::AssignedEnvironmentEnterSessionActionDefinition

Returns the value of attribute env_enter.



72
73
74
# File 'sig/types.rbs', line 72

def env_enter
  @env_enter
end

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

Returns the value of attribute sync_input_job_attachments.



75
76
77
# File 'sig/types.rbs', line 75

def sync_input_job_attachments
  @sync_input_job_attachments
end

#task_runTypes::AssignedTaskRunSessionActionDefinition

Returns the value of attribute task_run.



74
75
76
# File 'sig/types.rbs', line 74

def task_run
  @task_run
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


76
77
78
# File 'sig/types.rbs', line 76

def unknown
  @unknown
end