DescribeNotebookInstanceOutput constructor
DescribeNotebookInstanceOutput({
- List<
NotebookInstanceAcceleratorType> ? acceleratorTypes, - List<
String> ? additionalCodeRepositories, - DateTime? creationTime,
- String? defaultCodeRepository,
- DirectInternetAccess? directInternetAccess,
- String? failureReason,
- InstanceType? instanceType,
- String? kmsKeyId,
- DateTime? lastModifiedTime,
- String? networkInterfaceId,
- String? notebookInstanceArn,
- String? notebookInstanceLifecycleConfigName,
- String? notebookInstanceName,
- NotebookInstanceStatus? notebookInstanceStatus,
- String? roleArn,
- RootAccess? rootAccess,
- List<
String> ? securityGroups, - String? subnetId,
- String? url,
- 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,
});