Class: Aws::Types::JobFlowDetail
- Inherits:
-
Object
- Object
- Aws::Types::JobFlowDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_version ⇒ ::String
Returns the value of attribute ami_version.
-
#auto_scaling_role ⇒ ::String
Returns the value of attribute auto_scaling_role.
-
#bootstrap_actions ⇒ ::Array[Types::BootstrapActionDetail]
Returns the value of attribute bootstrap_actions.
-
#execution_status_detail ⇒ Types::JobFlowExecutionStatusDetail
Returns the value of attribute execution_status_detail.
-
#instances ⇒ Types::JobFlowInstancesDetail
Returns the value of attribute instances.
-
#job_flow_id ⇒ ::String
Returns the value of attribute job_flow_id.
-
#job_flow_role ⇒ ::String
Returns the value of attribute job_flow_role.
-
#log_encryption_kms_key_id ⇒ ::String
Returns the value of attribute log_encryption_kms_key_id.
-
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scale_down_behavior ⇒ "TERMINATE_AT_INSTANCE_HOUR", "TERMINATE_AT_TASK_COMPLETION"
Returns the value of attribute scale_down_behavior.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#steps ⇒ ::Array[Types::StepDetail]
Returns the value of attribute steps.
-
#supported_products ⇒ ::Array[::String]
Returns the value of attribute supported_products.
-
#visible_to_all_users ⇒ Boolean
Returns the value of attribute visible_to_all_users.
Instance Attribute Details
#ami_version ⇒ ::String
Returns the value of attribute ami_version.
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.
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.
879 880 881 |
# File 'sig/types.rbs', line 879 def bootstrap_actions @bootstrap_actions end |
#execution_status_detail ⇒ Types::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 |
#instances ⇒ Types::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.
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.
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.
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.
873 874 875 |
# File 'sig/types.rbs', line 873 def log_uri @log_uri end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
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.
878 879 880 |
# File 'sig/types.rbs', line 878 def steps @steps end |
#supported_products ⇒ ::Array[::String]
Returns the value of attribute supported_products.
880 881 882 |
# File 'sig/types.rbs', line 880 def supported_products @supported_products end |
#visible_to_all_users ⇒ Boolean
Returns the value of attribute visible_to_all_users.
881 882 883 |
# File 'sig/types.rbs', line 881 def visible_to_all_users @visible_to_all_users end |