AWS SDK Version 3 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.

Container for the parameters to the ListSteps operation. Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request or filter by StepStates. You can specify a maximum of 10 stepIDs. The CLI automatically paginates results to return a list greater than 50 steps. To return more than 50 steps using the CLI, specify a Marker, which is a pagination token that indicates the next set of steps to retrieve.

Inheritance Hierarchy

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

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.ElasticMapReduce.dll
Version: 3.x.y.z

Syntax

C#
public class ListStepsRequest : AmazonElasticMapReduceRequest
         IAmazonWebServiceRequest

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 maximum number of steps that a single ListSteps action returns is 50. To return a longer list of steps, use multiple ListSteps actions along with the Marker parameter, which is a 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. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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