CreateDevEndpointResponse constructor

CreateDevEndpointResponse({
  1. Map<String, String>? arguments,
  2. String? availabilityZone,
  3. DateTime? createdTimestamp,
  4. String? endpointName,
  5. String? extraJarsS3Path,
  6. String? extraPythonLibsS3Path,
  7. String? failureReason,
  8. String? glueVersion,
  9. int? numberOfNodes,
  10. int? numberOfWorkers,
  11. String? roleArn,
  12. String? securityConfiguration,
  13. List<String>? securityGroupIds,
  14. String? status,
  15. String? subnetId,
  16. String? vpcId,
  17. WorkerType? workerType,
  18. String? yarnEndpointAddress,
  19. int? zeppelinRemoteSparkInterpreterPort,
})

Implementation

CreateDevEndpointResponse({
  this.arguments,
  this.availabilityZone,
  this.createdTimestamp,
  this.endpointName,
  this.extraJarsS3Path,
  this.extraPythonLibsS3Path,
  this.failureReason,
  this.glueVersion,
  this.numberOfNodes,
  this.numberOfWorkers,
  this.roleArn,
  this.securityConfiguration,
  this.securityGroupIds,
  this.status,
  this.subnetId,
  this.vpcId,
  this.workerType,
  this.yarnEndpointAddress,
  this.zeppelinRemoteSparkInterpreterPort,
});