Class: Aws::EMR::Types::ClusterSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

The summary description of the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name of the cluster.

Returns:

  • (String)


923
924
925
926
927
928
929
930
931
932
# File 'lib/aws-sdk-emr/types.rb', line 923

class ClusterSummary < Struct.new(
  :id,
  :name,
  :status,
  :normalized_instance_hours,
  :cluster_arn,
  :outpost_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the cluster.

Returns:

  • (String)


923
924
925
926
927
928
929
930
931
932
# File 'lib/aws-sdk-emr/types.rb', line 923

class ClusterSummary < Struct.new(
  :id,
  :name,
  :status,
  :normalized_instance_hours,
  :cluster_arn,
  :outpost_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the cluster.

Returns:

  • (String)


923
924
925
926
927
928
929
930
931
932
# File 'lib/aws-sdk-emr/types.rb', line 923

class ClusterSummary < Struct.new(
  :id,
  :name,
  :status,
  :normalized_instance_hours,
  :cluster_arn,
  :outpost_arn)
  SENSITIVE = []
  include Aws::Structure
end

#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 Amazon 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)


923
924
925
926
927
928
929
930
931
932
# File 'lib/aws-sdk-emr/types.rb', line 923

class ClusterSummary < Struct.new(
  :id,
  :name,
  :status,
  :normalized_instance_hours,
  :cluster_arn,
  :outpost_arn)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_arnString

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

Returns:

  • (String)


923
924
925
926
927
928
929
930
931
932
# File 'lib/aws-sdk-emr/types.rb', line 923

class ClusterSummary < Struct.new(
  :id,
  :name,
  :status,
  :normalized_instance_hours,
  :cluster_arn,
  :outpost_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ClusterStatus

The details about the current status of the cluster.



923
924
925
926
927
928
929
930
931
932
# File 'lib/aws-sdk-emr/types.rb', line 923

class ClusterSummary < Struct.new(
  :id,
  :name,
  :status,
  :normalized_instance_hours,
  :cluster_arn,
  :outpost_arn)
  SENSITIVE = []
  include Aws::Structure
end