AWS SDK for .NET Documentation
ListInstanceGroupsResult Class
AmazonAmazon.ElasticMapReduce.ModelListInstanceGroupsResult Did this page help you?   Yes   No    Tell us about it...
This input determines which instance groups to retrieve.
Declaration Syntax
C#
public class ListInstanceGroupsResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListInstanceGroupsResult()()()()
Initializes a new instance of the ListInstanceGroupsResult 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.)
InstanceGroups
Gets and sets the property InstanceGroups.

The list of instance groups for the cluster and given filters.


Marker
Gets and sets the property Marker.

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


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithInstanceGroups(array<InstanceGroup>[]()[][]) Obsolete.
Sets the InstanceGroups property

WithInstanceGroups(IEnumerable<(Of <<'(InstanceGroup>)>>)) Obsolete.
Sets the InstanceGroups property

WithMarker(String) Obsolete.
Sets the Marker property

Inheritance Hierarchy
Object
ListInstanceGroupsResult

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