Class: Aws::Types::JobFlowInstancesDetail
- Inherits:
-
Object
- Object
- Aws::Types::JobFlowInstancesDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_key_name ⇒ ::String
Returns the value of attribute ec2_key_name.
-
#ec2_subnet_id ⇒ ::String
Returns the value of attribute ec2_subnet_id.
-
#hadoop_version ⇒ ::String
Returns the value of attribute hadoop_version.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_groups ⇒ ::Array[Types::InstanceGroupDetail]
Returns the value of attribute instance_groups.
-
#keep_job_flow_alive_when_no_steps ⇒ Boolean
Returns the value of attribute keep_job_flow_alive_when_no_steps.
-
#master_instance_id ⇒ ::String
Returns the value of attribute master_instance_id.
-
#master_instance_type ⇒ ::String
Returns the value of attribute master_instance_type.
-
#master_public_dns_name ⇒ ::String
Returns the value of attribute master_public_dns_name.
-
#normalized_instance_hours ⇒ ::Integer
Returns the value of attribute normalized_instance_hours.
-
#placement ⇒ Types::PlacementType
Returns the value of attribute placement.
-
#slave_instance_type ⇒ ::String
Returns the value of attribute slave_instance_type.
-
#termination_protected ⇒ Boolean
Returns the value of attribute termination_protected.
-
#unhealthy_node_replacement ⇒ Boolean
Returns the value of attribute unhealthy_node_replacement.
Instance Attribute Details
#ec2_key_name ⇒ ::String
Returns the value of attribute ec2_key_name.
929 930 931 |
# File 'sig/types.rbs', line 929 def ec2_key_name @ec2_key_name end |
#ec2_subnet_id ⇒ ::String
Returns the value of attribute ec2_subnet_id.
930 931 932 |
# File 'sig/types.rbs', line 930 def ec2_subnet_id @ec2_subnet_id end |
#hadoop_version ⇒ ::String
Returns the value of attribute hadoop_version.
935 936 937 |
# File 'sig/types.rbs', line 935 def hadoop_version @hadoop_version end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
926 927 928 |
# File 'sig/types.rbs', line 926 def instance_count @instance_count end |
#instance_groups ⇒ ::Array[Types::InstanceGroupDetail]
Returns the value of attribute instance_groups.
927 928 929 |
# File 'sig/types.rbs', line 927 def instance_groups @instance_groups end |
#keep_job_flow_alive_when_no_steps ⇒ Boolean
Returns the value of attribute keep_job_flow_alive_when_no_steps.
932 933 934 |
# File 'sig/types.rbs', line 932 def keep_job_flow_alive_when_no_steps @keep_job_flow_alive_when_no_steps end |
#master_instance_id ⇒ ::String
Returns the value of attribute master_instance_id.
924 925 926 |
# File 'sig/types.rbs', line 924 def master_instance_id @master_instance_id end |
#master_instance_type ⇒ ::String
Returns the value of attribute master_instance_type.
922 923 924 |
# File 'sig/types.rbs', line 922 def master_instance_type @master_instance_type end |
#master_public_dns_name ⇒ ::String
Returns the value of attribute master_public_dns_name.
923 924 925 |
# File 'sig/types.rbs', line 923 def master_public_dns_name @master_public_dns_name end |
#normalized_instance_hours ⇒ ::Integer
Returns the value of attribute normalized_instance_hours.
928 929 930 |
# File 'sig/types.rbs', line 928 def normalized_instance_hours @normalized_instance_hours end |
#placement ⇒ Types::PlacementType
Returns the value of attribute placement.
931 932 933 |
# File 'sig/types.rbs', line 931 def placement @placement end |
#slave_instance_type ⇒ ::String
Returns the value of attribute slave_instance_type.
925 926 927 |
# File 'sig/types.rbs', line 925 def slave_instance_type @slave_instance_type end |
#termination_protected ⇒ Boolean
Returns the value of attribute termination_protected.
933 934 935 |
# File 'sig/types.rbs', line 933 def termination_protected @termination_protected end |
#unhealthy_node_replacement ⇒ Boolean
Returns the value of attribute unhealthy_node_replacement.
934 935 936 |
# File 'sig/types.rbs', line 934 def unhealthy_node_replacement @unhealthy_node_replacement end |