Fleet constructor
Fleet({
- required String arn,
- required ComputeCapacityStatus computeCapacityStatus,
- required String instanceType,
- required String name,
- required FleetState state,
- DateTime? createdTime,
- String? description,
- int? disconnectTimeoutInSeconds,
- String? displayName,
- DomainJoinInfo? domainJoinInfo,
- bool? enableDefaultInternetAccess,
- List<
FleetError> ? fleetErrors, - FleetType? fleetType,
- String? iamRoleArn,
- int? idleDisconnectTimeoutInSeconds,
- String? imageArn,
- String? imageName,
- int? maxUserDurationInSeconds,
- StreamView? streamView,
- VpcConfig? vpcConfig,
Implementation
Fleet({
required this.arn,
required this.computeCapacityStatus,
required this.instanceType,
required this.name,
required this.state,
this.createdTime,
this.description,
this.disconnectTimeoutInSeconds,
this.displayName,
this.domainJoinInfo,
this.enableDefaultInternetAccess,
this.fleetErrors,
this.fleetType,
this.iamRoleArn,
this.idleDisconnectTimeoutInSeconds,
this.imageArn,
this.imageName,
this.maxUserDurationInSeconds,
this.streamView,
this.vpcConfig,
});