Class: Aws::Types::BatchRestrictions
- Inherits:
-
Object
- Object
- Aws::Types::BatchRestrictions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_types_allowed ⇒ ::Array[::String]
Returns the value of attribute compute_types_allowed.
-
#fleets_allowed ⇒ ::Array[::String]
Returns the value of attribute fleets_allowed.
-
#maximum_builds_allowed ⇒ ::Integer
Returns the value of attribute maximum_builds_allowed.
Instance Attribute Details
#compute_types_allowed ⇒ ::Array[::String]
Returns the value of attribute compute_types_allowed.
127 128 129 |
# File 'sig/types.rbs', line 127 def compute_types_allowed @compute_types_allowed end |
#fleets_allowed ⇒ ::Array[::String]
Returns the value of attribute fleets_allowed.
128 129 130 |
# File 'sig/types.rbs', line 128 def fleets_allowed @fleets_allowed end |
#maximum_builds_allowed ⇒ ::Integer
Returns the value of attribute maximum_builds_allowed.
126 127 128 |
# File 'sig/types.rbs', line 126 def maximum_builds_allowed @maximum_builds_allowed end |