AwsCodeBuildProjectDetails constructor

AwsCodeBuildProjectDetails({
  1. String? encryptionKey,
  2. AwsCodeBuildProjectEnvironment? environment,
  3. String? name,
  4. String? serviceRole,
  5. AwsCodeBuildProjectSource? source,
  6. AwsCodeBuildProjectVpcConfig? vpcConfig,
})

Implementation

AwsCodeBuildProjectDetails({
  this.encryptionKey,
  this.environment,
  this.name,
  this.serviceRole,
  this.source,
  this.vpcConfig,
});