Class: Aws::Types::BatchGetJobEntityResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetJobEntityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::JobEntity]
Returns the value of attribute entities.
-
#errors ⇒ ::Array[Types::GetJobEntityError]
Returns the value of attribute errors.
Instance Attribute Details
#entities ⇒ ::Array[Types::JobEntity]
Returns the value of attribute entities.
240 241 242 |
# File 'sig/types.rbs', line 240 def entities @entities end |
#errors ⇒ ::Array[Types::GetJobEntityError]
Returns the value of attribute errors.
241 242 243 |
# File 'sig/types.rbs', line 241 def errors @errors end |