Class: Aws::Types::BatchGetBuildBatchesOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetBuildBatchesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build_batches ⇒ ::Array[Types::BuildBatch]
Returns the value of attribute build_batches.
-
#build_batches_not_found ⇒ ::Array[::String]
Returns the value of attribute build_batches_not_found.
Instance Attribute Details
#build_batches ⇒ ::Array[Types::BuildBatch]
Returns the value of attribute build_batches.
42 43 44 |
# File 'sig/types.rbs', line 42 def build_batches @build_batches end |
#build_batches_not_found ⇒ ::Array[::String]
Returns the value of attribute build_batches_not_found.
43 44 45 |
# File 'sig/types.rbs', line 43 def build_batches_not_found @build_batches_not_found end |