Class: Aws::Types::SessionActionDefinitionSummary

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

Returns the value of attribute env_enter.



2798
2799
2800
# File 'sig/types.rbs', line 2798

def env_enter
  @env_enter
end

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

Returns the value of attribute sync_input_job_attachments.



2801
2802
2803
# File 'sig/types.rbs', line 2801

def sync_input_job_attachments
  @sync_input_job_attachments
end

#task_runTypes::TaskRunSessionActionDefinitionSummary

Returns the value of attribute task_run.



2800
2801
2802
# File 'sig/types.rbs', line 2800

def task_run
  @task_run
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2802
2803
2804
# File 'sig/types.rbs', line 2802

def unknown
  @unknown
end