Class: Aws::Types::AssignedSession

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def job_id
  @job_id
end

#log_configurationTypes::LogConfiguration

Returns the value of attribute log_configuration.



61
62
63
# File 'sig/types.rbs', line 61

def log_configuration
  @log_configuration
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def queue_id
  @queue_id
end

#session_actions::Array[Types::AssignedSessionAction]

Returns the value of attribute session_actions.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def session_actions
  @session_actions
end