Class: Aws::Types::JobFlowDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ami_version::String

Returns the value of attribute ami_version.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def ami_version
  @ami_version
end

#auto_scaling_role::String

Returns the value of attribute auto_scaling_role.

Returns:

  • (::String)


884
885
886
# File 'sig/types.rbs', line 884

def auto_scaling_role
  @auto_scaling_role
end

#bootstrap_actions::Array[Types::BootstrapActionDetail]

Returns the value of attribute bootstrap_actions.

Returns:



879
880
881
# File 'sig/types.rbs', line 879

def bootstrap_actions
  @bootstrap_actions
end

#execution_status_detailTypes::JobFlowExecutionStatusDetail

Returns the value of attribute execution_status_detail.



876
877
878
# File 'sig/types.rbs', line 876

def execution_status_detail
  @execution_status_detail
end

#instancesTypes::JobFlowInstancesDetail

Returns the value of attribute instances.



877
878
879
# File 'sig/types.rbs', line 877

def instances
  @instances
end

#job_flow_id::String

Returns the value of attribute job_flow_id.

Returns:

  • (::String)


871
872
873
# File 'sig/types.rbs', line 871

def job_flow_id
  @job_flow_id
end

#job_flow_role::String

Returns the value of attribute job_flow_role.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def job_flow_role
  @job_flow_role
end

#log_encryption_kms_key_id::String

Returns the value of attribute log_encryption_kms_key_id.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def log_encryption_kms_key_id
  @log_encryption_kms_key_id
end

#log_uri::String

Returns the value of attribute log_uri.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def log_uri
  @log_uri
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def name
  @name
end

#scale_down_behavior"TERMINATE_AT_INSTANCE_HOUR", "TERMINATE_AT_TASK_COMPLETION"

Returns the value of attribute scale_down_behavior.

Returns:

  • ("TERMINATE_AT_INSTANCE_HOUR", "TERMINATE_AT_TASK_COMPLETION")


885
886
887
# File 'sig/types.rbs', line 885

def scale_down_behavior
  @scale_down_behavior
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def service_role
  @service_role
end

#steps::Array[Types::StepDetail]

Returns the value of attribute steps.

Returns:



878
879
880
# File 'sig/types.rbs', line 878

def steps
  @steps
end

#supported_products::Array[::String]

Returns the value of attribute supported_products.

Returns:

  • (::Array[::String])


880
881
882
# File 'sig/types.rbs', line 880

def supported_products
  @supported_products
end

#visible_to_all_usersBoolean

Returns the value of attribute visible_to_all_users.

Returns:

  • (Boolean)


881
882
883
# File 'sig/types.rbs', line 881

def visible_to_all_users
  @visible_to_all_users
end