Class: Aws::Types::BatchGetSessionIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSessionIdentifier
- 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.
360 361 362 |
# File 'sig/types.rbs', line 360 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
362 363 364 |
# File 'sig/types.rbs', line 362 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
361 362 363 |
# File 'sig/types.rbs', line 361 def queue_id @queue_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
363 364 365 |
# File 'sig/types.rbs', line 363 def session_id @session_id end |