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

DescribeStepInput

import type { DescribeStepInput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";

This input determines which step to describe.

interface DescribeStepInput {
ClusterId: string;
StepId: string;
}

§Properties

§
ClusterId: string
[src]

The identifier of the cluster with steps to describe.

§
StepId: string
[src]

The identifier of the step to describe.