DescribeNotebookInstanceOutput constructor

DescribeNotebookInstanceOutput({
  1. List<NotebookInstanceAcceleratorType>? acceleratorTypes,
  2. List<String>? additionalCodeRepositories,
  3. DateTime? creationTime,
  4. String? defaultCodeRepository,
  5. DirectInternetAccess? directInternetAccess,
  6. String? failureReason,
  7. InstanceType? instanceType,
  8. String? kmsKeyId,
  9. DateTime? lastModifiedTime,
  10. String? networkInterfaceId,
  11. String? notebookInstanceArn,
  12. String? notebookInstanceLifecycleConfigName,
  13. String? notebookInstanceName,
  14. NotebookInstanceStatus? notebookInstanceStatus,
  15. String? roleArn,
  16. RootAccess? rootAccess,
  17. List<String>? securityGroups,
  18. String? subnetId,
  19. String? url,
  20. int? volumeSizeInGB,
})

Implementation

DescribeNotebookInstanceOutput({
  this.acceleratorTypes,
  this.additionalCodeRepositories,
  this.creationTime,
  this.defaultCodeRepository,
  this.directInternetAccess,
  this.failureReason,
  this.instanceType,
  this.kmsKeyId,
  this.lastModifiedTime,
  this.networkInterfaceId,
  this.notebookInstanceArn,
  this.notebookInstanceLifecycleConfigName,
  this.notebookInstanceName,
  this.notebookInstanceStatus,
  this.roleArn,
  this.rootAccess,
  this.securityGroups,
  this.subnetId,
  this.url,
  this.volumeSizeInGB,
});