Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
CloudWatchLogGroupArn?: string | null
[src]
§
CreationTime?: Date | number | null
[src]
§
CurrentTaskExecutionArn?: string | null
[src]
§
DestinationLocationArn?: string | null
[src]
§
DestinationNetworkInterfaceArns?: string[] | null
[src]
§
ErrorCode?: string | null
[src]
§
ErrorDetail?: string | null
[src]
§
Excludes?: FilterRule[] | null
[src]
§
Name?: string | null
[src]
§
Options?: Options | null
[src]
§
Schedule?: TaskSchedule | null
[src]
§
SourceLocationArn?: string | null
[src]
§
SourceNetworkInterfaceArns?: string[] | null
[src]
§
Status?: TaskStatus | null
[src]
§
TaskArn?: string | null
[src]