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.
924 925 926 927 928 929 930 931 932 933 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 924 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.
924 925 926 927 928 929 930 931 932 933 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 924 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.
924 925 926 927 928 929 930 931 932 933 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 924 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 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.
924 925 926 927 928 929 930 931 932 933 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 924 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.
924 925 926 927 928 929 930 931 932 933 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 924 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.
924 925 926 927 928 929 930 931 932 933 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 924 class ClusterSummary < Struct.new( :id, :name, :status, :normalized_instance_hours, :cluster_arn, :outpost_arn) SENSITIVE = [] include Aws::Structure end |