Class: Aws::Types::JobFlowInstancesDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_key_name::String

Returns the value of attribute ec2_key_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



927
928
929
# File 'sig/types.rbs', line 927

def instance_groups
  @instance_groups
end

#keep_job_flow_alive_when_no_stepsBoolean

Returns the value of attribute keep_job_flow_alive_when_no_steps.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


928
929
930
# File 'sig/types.rbs', line 928

def normalized_instance_hours
  @normalized_instance_hours
end

#placementTypes::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.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def slave_instance_type
  @slave_instance_type
end

#termination_protectedBoolean

Returns the value of attribute termination_protected.

Returns:

  • (Boolean)


933
934
935
# File 'sig/types.rbs', line 933

def termination_protected
  @termination_protected
end

#unhealthy_node_replacementBoolean

Returns the value of attribute unhealthy_node_replacement.

Returns:

  • (Boolean)


934
935
936
# File 'sig/types.rbs', line 934

def unhealthy_node_replacement
  @unhealthy_node_replacement
end