paws.analytics (version 0.1.0)

emr_describe_step: Provides more detail about the cluster step

Description

Provides more detail about the cluster step.

Usage

emr_describe_step(ClusterId, StepId)

Arguments

ClusterId

[required] The identifier of the cluster with steps to describe.

StepId

[required] The identifier of the step to describe.

Request syntax

svc$describe_step(
  ClusterId = "string",
  StepId = "string"
)