Class: Aws::Types::BatchGetSessionActionIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSessionActionIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
312 313 314 |
# File 'sig/types.rbs', line 312 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
314 315 316 |
# File 'sig/types.rbs', line 314 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
313 314 315 |
# File 'sig/types.rbs', line 313 def queue_id @queue_id end |
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
315 316 317 |
# File 'sig/types.rbs', line 315 def session_action_id @session_action_id end |