Class: Aws::Types::JobFlowInstancesConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_master_security_groups::Array[::String]

Returns the value of attribute additional_master_security_groups.

Returns:

  • (::Array[::String])


916
917
918
# File 'sig/types.rbs', line 916

def additional_master_security_groups
  @additional_master_security_groups
end

#additional_slave_security_groups::Array[::String]

Returns the value of attribute additional_slave_security_groups.

Returns:

  • (::Array[::String])


917
918
919
# File 'sig/types.rbs', line 917

def additional_slave_security_groups
  @additional_slave_security_groups
end

#ec2_key_name::String

Returns the value of attribute ec2_key_name.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def ec2_key_name
  @ec2_key_name
end

#ec2_subnet_id::String

Returns the value of attribute ec2_subnet_id.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def ec2_subnet_id
  @ec2_subnet_id
end

#ec2_subnet_ids::Array[::String]

Returns the value of attribute ec2_subnet_ids.

Returns:

  • (::Array[::String])


912
913
914
# File 'sig/types.rbs', line 912

def ec2_subnet_ids
  @ec2_subnet_ids
end

#emr_managed_master_security_group::String

Returns the value of attribute emr_managed_master_security_group.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def emr_managed_master_security_group
  @emr_managed_master_security_group
end

#emr_managed_slave_security_group::String

Returns the value of attribute emr_managed_slave_security_group.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def emr_managed_slave_security_group
  @emr_managed_slave_security_group
end

#hadoop_version::String

Returns the value of attribute hadoop_version.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def hadoop_version
  @hadoop_version
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


902
903
904
# File 'sig/types.rbs', line 902

def instance_count
  @instance_count
end

#instance_fleets::Array[Types::InstanceFleetConfig]

Returns the value of attribute instance_fleets.

Returns:



904
905
906
# File 'sig/types.rbs', line 904

def instance_fleets
  @instance_fleets
end

#instance_groups::Array[Types::InstanceGroupConfig]

Returns the value of attribute instance_groups.

Returns:



903
904
905
# File 'sig/types.rbs', line 903

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)


907
908
909
# File 'sig/types.rbs', line 907

def keep_job_flow_alive_when_no_steps
  @keep_job_flow_alive_when_no_steps
end

#master_instance_type::String

Returns the value of attribute master_instance_type.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def master_instance_type
  @master_instance_type
end

#placementTypes::PlacementType

Returns the value of attribute placement.



906
907
908
# File 'sig/types.rbs', line 906

def placement
  @placement
end

#service_access_security_group::String

Returns the value of attribute service_access_security_group.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def service_access_security_group
  @service_access_security_group
end

#slave_instance_type::String

Returns the value of attribute slave_instance_type.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def slave_instance_type
  @slave_instance_type
end

#termination_protectedBoolean

Returns the value of attribute termination_protected.

Returns:

  • (Boolean)


908
909
910
# File 'sig/types.rbs', line 908

def termination_protected
  @termination_protected
end

#unhealthy_node_replacementBoolean

Returns the value of attribute unhealthy_node_replacement.

Returns:

  • (Boolean)


909
910
911
# File 'sig/types.rbs', line 909

def unhealthy_node_replacement
  @unhealthy_node_replacement
end