Class: Aws::CodePipeline::Types::AcknowledgeJobOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Represents the output of an AcknowledgeJob action.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Whether the job worker has received the specified job.

Returns:

  • (String)


76
77
78
79
# File 'lib/aws-sdk-codepipeline/types.rb', line 76

class AcknowledgeJobOutput < Struct.new(
  :status)
  include Aws::Structure
end