Method: Aws::Deadline::Types::StepConsumer#step_id

Defined in:
lib/aws-sdk-deadline/types.rb

#step_idString

The step ID.

Returns:

  • (String)


8716
8717
8718
8719
8720
8721
# File 'lib/aws-sdk-deadline/types.rb', line 8716

class StepConsumer < Struct.new(
  :step_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end