DescribeAppImageConfigResponse constructor
DescribeAppImageConfigResponse({
- String? appImageConfigArn,
- String? appImageConfigName,
- DateTime? creationTime,
- KernelGatewayImageConfig? kernelGatewayImageConfig,
- DateTime? lastModifiedTime,
Implementation
DescribeAppImageConfigResponse({
this.appImageConfigArn,
this.appImageConfigName,
this.creationTime,
this.kernelGatewayImageConfig,
this.lastModifiedTime,
});