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
show all
Defined in:
(unknown)

Overview

The summary description of the cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name of the cluster.

Returns:

  • (String)

    The Amazon Resource Name of the cluster.

#idString

The unique identifier for the cluster.

Returns:

  • (String)

    The unique identifier for the cluster.

#nameString

The name of the cluster.

Returns:

  • (String)

    The name of the cluster.

#normalized_instance_hoursInteger

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.

Returns:

  • (Integer)

    An approximation of the cost of the cluster, represented in m1.small/hours.

#outpost_arnString

The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

#statusTypes::ClusterStatus

The details about the current status of the cluster.

Returns: