Class: Aws::Types::GetSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionRequest
- 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_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def queue_id @queue_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def session_id @session_id end |