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
 
The summary description of the cluster.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.ClusterSummary

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

Syntax

C#
public class ClusterSummary : Object

The ClusterSummary type exposes the following members

Constructors

NameDescription
Public Method ClusterSummary()

Properties

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

The unique identifier for the cluster.

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

The name of the cluster.

Public Property NormalizedInstanceHours System.Int32 Gets and sets the property NormalizedInstanceHours.

An approximation of the cost of the job flow, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.

Public Property Status Amazon.ElasticMapReduce.Model.ClusterStatus Gets and sets the property Status.

The details about the current status of the cluster.

Version Information

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

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