Struct rusoto_emr::DescribeStepInput [] [src]

pub struct DescribeStepInput {
    pub cluster_id: ClusterId,
    pub step_id: StepId,
}

This input determines which step to describe.

Fields

The identifier of the cluster with steps to describe.

The identifier of the step to describe.

Trait Implementations

impl Default for DescribeStepInput
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeStepInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeStepInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more