Class: Aws::EMR::Types::ClusterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ClusterSummary
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
The summary description of the cluster.
Constant Summary collapse
- SENSITIVE =
[]
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.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1176 class ClusterSummary < Struct.new( :id, :name, :status, :normalized_instance_hours, :cluster_arn, :outpost_arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the cluster.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1176 class ClusterSummary < Struct.new( :id, :name, :status, :normalized_instance_hours, :cluster_arn, :outpost_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the cluster.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1176 class ClusterSummary < Struct.new( :id, :name, :status, :normalized_instance_hours, :cluster_arn, :outpost_arn) SENSITIVE = [] include Aws::Structure end |
#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.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1176 class ClusterSummary < Struct.new( :id, :name, :status, :normalized_instance_hours, :cluster_arn, :outpost_arn) SENSITIVE = [] include Aws::Structure end |
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1176 class ClusterSummary < Struct.new( :id, :name, :status, :normalized_instance_hours, :cluster_arn, :outpost_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ClusterStatus
The details about the current status of the cluster.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1176 class ClusterSummary < Struct.new( :id, :name, :status, :normalized_instance_hours, :cluster_arn, :outpost_arn) SENSITIVE = [] include Aws::Structure end |