Method: Aws::EMR::Types::Step#id
- Defined in:
- lib/aws-sdk-emr/types.rb
#id ⇒ String
The identifier of the cluster step.
6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 |
# File 'lib/aws-sdk-emr/types.rb', line 6755 class Step < Struct.new( :id, :name, :config, :action_on_failure, :status, :execution_role_arn, :log_uri, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |