Class: Aws::Types::BatchGetJobEntityRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetJobEntityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#identifiers ⇒ ::Array[Types::JobEntityIdentifiersUnion]
Returns the value of attribute identifiers.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
232 233 234 |
# File 'sig/types.rbs', line 232 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
233 234 235 |
# File 'sig/types.rbs', line 233 def fleet_id @fleet_id end |
#identifiers ⇒ ::Array[Types::JobEntityIdentifiersUnion]
Returns the value of attribute identifiers.
235 236 237 |
# File 'sig/types.rbs', line 235 def identifiers @identifiers end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def worker_id @worker_id end |