AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the ListSteps operation. Provides a list of steps for the cluster.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticMapReduce.AmazonElasticMapReduceRequest
      Amazon.ElasticMapReduce.Model.ListStepsRequest

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ListStepsRequest : AmazonElasticMapReduceRequest
         IRequestEvents

The ListStepsRequest type exposes the following members

Constructors

NameDescription
Public Method ListStepsRequest()

Properties

NameTypeDescription
Public Property ClusterId System.String Gets and sets the property ClusterId.

The identifier of the cluster for which to list the steps.

Public Property Marker System.String Gets and sets the property Marker.

The pagination token that indicates the next set of results to retrieve.

Public Property StepIds System.Collections.Generic.List<System.String> Gets and sets the property StepIds.

The filter to limit the step list based on the identifier of the steps.

Public Property StepStates System.Collections.Generic.List<System.String> Gets and sets the property StepStates.

The filter to limit the step list based on certain states.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8