ClusterSummary class

The summary description of the cluster.

Constructors

ClusterSummary({String? clusterArn, String? id, String? name, int? normalizedInstanceHours, String? outpostArn, ClusterStatus? status})
ClusterSummary.fromJson(Map<String, dynamic> json)
factory

Properties

clusterArn String?
The Amazon Resource Name of the cluster.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the cluster.
final
name String?
The name of the cluster.
final
normalizedInstanceHours int?
An approximation of the cost of the cluster, 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.
final
outpostArn String?
The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ClusterStatus?
The details about the current status of the cluster.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited