Class: Aws::Types::BatchGetBuildsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetBuildsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#builds ⇒ ::Array[Types::Build]
Returns the value of attribute builds.
-
#builds_not_found ⇒ ::Array[::String]
Returns the value of attribute builds_not_found.
Instance Attribute Details
#builds ⇒ ::Array[Types::Build]
Returns the value of attribute builds.
53 54 55 |
# File 'sig/types.rbs', line 53 def builds @builds end |
#builds_not_found ⇒ ::Array[::String]
Returns the value of attribute builds_not_found.
54 55 56 |
# File 'sig/types.rbs', line 54 def builds_not_found @builds_not_found end |