Struct rusoto_emr::DescribeStepInput[][src]

pub struct DescribeStepInput {
    pub cluster_id: String,
    pub step_id: String,
}

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. Read more

impl Clone for DescribeStepInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeStepInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations