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

DescribeClusterOutput

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

This output contains the description of the cluster.

interface DescribeClusterOutput {
Cluster?: Cluster | null;
}

§Properties

§
Cluster?: Cluster | null
[src]

This output contains the details for the requested cluster.