AWS SDK for .NET Documentation
ListStepsResult Class
AmazonAmazon.ElasticMapReduce.ModelListStepsResult Did this page help you?   Yes   No    Tell us about it...
This output contains the list of steps.
Declaration Syntax
C#
public class ListStepsResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListStepsResult()()()()
Initializes a new instance of the ListStepsResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Marker
Gets and sets the property Marker.

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


Steps
Gets and sets the property Steps.

The filtered list of steps for the cluster.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithMarker(String) Obsolete.
Sets the Marker property

WithSteps(array<StepSummary>[]()[][]) Obsolete.
Sets the Steps property

WithSteps(IEnumerable<(Of <<'(StepSummary>)>>)) Obsolete.
Sets the Steps property

Inheritance Hierarchy
Object
ListStepsResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)