Class: Aws::EMR::Types::StepSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::StepSummary
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
The summary of the cluster step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_on_failure ⇒ String
The action to take when the cluster step fails.
-
#config ⇒ Types::HadoopStepConfig
The Hadoop job configuration of the cluster step.
-
#encryption_key_arn ⇒ String
The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
-
#id ⇒ String
The identifier of the cluster step.
-
#log_uri ⇒ String
The Amazon S3 destination URI for log publishing.
-
#name ⇒ String
The name of the cluster step.
-
#status ⇒ Types::StepStatus
The current execution status details of the cluster step.
Instance Attribute Details
#action_on_failure ⇒ String
The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.
6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6979 class StepSummary < Struct.new( :id, :name, :config, :action_on_failure, :status, :log_uri, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#config ⇒ Types::HadoopStepConfig
The Hadoop job configuration of the cluster step.
6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6979 class StepSummary < Struct.new( :id, :name, :config, :action_on_failure, :status, :log_uri, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#encryption_key_arn ⇒ String
The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6979 class StepSummary < Struct.new( :id, :name, :config, :action_on_failure, :status, :log_uri, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the cluster step.
6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6979 class StepSummary < Struct.new( :id, :name, :config, :action_on_failure, :status, :log_uri, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#log_uri ⇒ String
The Amazon S3 destination URI for log publishing.
6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6979 class StepSummary < Struct.new( :id, :name, :config, :action_on_failure, :status, :log_uri, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the cluster step.
6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6979 class StepSummary < Struct.new( :id, :name, :config, :action_on_failure, :status, :log_uri, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::StepStatus
The current execution status details of the cluster step.
6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6979 class StepSummary < Struct.new( :id, :name, :config, :action_on_failure, :status, :log_uri, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |