AwsCodeBuildProjectPropertiesResponse

constructor(arn: String? = null, artifacts: ProjectArtifactsResponse? = null, badge: ProjectBadgeResponse? = null, buildBatchConfig: ProjectBuildBatchConfigResponse? = null, cache: ProjectCacheResponse? = null, concurrentBuildLimit: Int? = null, created: String? = null, description: String? = null, encryptionKey: String? = null, environment: ProjectEnvironmentResponse? = null, fileSystemLocations: List<ProjectFileSystemLocationResponse>? = null, lastModified: String? = null, logsConfig: LogsConfigResponse? = null, name: String? = null, projectVisibility: ProjectVisibilityTypeEnumValueResponse? = null, publicProjectAlias: String? = null, queuedTimeoutInMinutes: Int? = null, resourceAccessRole: String? = null, secondaryArtifacts: List<ProjectArtifactsResponse>? = null, secondarySourceVersions: List<ProjectSourceVersionResponse>? = null, secondarySources: List<ProjectSourceResponse>? = null, serviceRole: String? = null, source: ProjectSourceResponse? = null, sourceVersion: String? = null, tags: List<TagResponse>? = null, timeoutInMinutes: Int? = null, vpcConfig: VpcConfigResponse? = null, webhook: WebhookResponse? = null)