You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EMR::Types::ClusterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ClusterSummary
- Defined in:
- (unknown)
Overview
The summary description of the cluster.
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name of the cluster.
-
#id ⇒ String
The unique identifier for the cluster.
-
#name ⇒ String
The name of the cluster.
-
#normalized_instance_hours ⇒ Integer
An approximation of the cost of the cluster, represented in m1.small/hours.
-
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
-
#status ⇒ Types::ClusterStatus
The details about the current status of the cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name of the cluster.
#id ⇒ String
The unique identifier for the cluster.
#name ⇒ String
The name of the cluster.
#normalized_instance_hours ⇒ Integer
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.
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
#status ⇒ Types::ClusterStatus
The details about the current status of the cluster.