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

DescribeStepOutput

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

This output contains the description of the cluster step.

interface DescribeStepOutput {
Step?: Step | null;
}

§Properties

§
Step?: Step | null
[src]

The step details for the requested step identifier.