BatchRestrictions class
Specifies restrictions for the batch build.
Constructors
-
BatchRestrictions({List<
String> ? computeTypesAllowed, int? maximumBuildsAllowed}) -
BatchRestrictions.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
computeTypesAllowed
→ List<
String> ? -
An array of strings that specify the compute types that are allowed for the
batch build. See Build
environment compute types in the AWS CodeBuild User Guide for
these values.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maximumBuildsAllowed → int?
-
Specifies the maximum number of builds allowed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited