Class: Aws::Types::GetSessionActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionActionRequest
- 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.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def queue_id @queue_id end |
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def session_action_id @session_action_id end |