Class: Aws::Types::AssignedSession
- Inherits:
-
Object
- Object
- Aws::Types::AssignedSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#session_actions ⇒ ::Array[Types::AssignedSessionAction]
Returns the value of attribute session_actions.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
59 60 61 |
# File 'sig/types.rbs', line 59 def job_id @job_id end |
#log_configuration ⇒ Types::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.
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.
60 61 62 |
# File 'sig/types.rbs', line 60 def session_actions @session_actions end |