DescribeTaskResponse
import type { DescribeTaskResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/datasync.ts";interface DescribeTaskResponse {
CloudWatchLogGroupArn?: string | null;
CreationTime?: Date | number | null;
CurrentTaskExecutionArn?: string | null;
DestinationLocationArn?: string | null;
DestinationNetworkInterfaceArns?: string[] | null;
ErrorCode?: string | null;
ErrorDetail?: string | null;
Excludes?: FilterRule[] | null;
Name?: string | null;
Options?: Options | null;
Schedule?: TaskSchedule | null;
SourceLocationArn?: string | null;
SourceNetworkInterfaceArns?: string[] | null;
Status?: TaskStatus | null;
TaskArn?: string | null;
}§Properties
§
Excludes?: FilterRule[] | null
[src]§
Schedule?: TaskSchedule | null
[src]§
Status?: TaskStatus | null
[src]