Class: Aws::CodePipeline::Types::AcknowledgeThirdPartyJobOutput

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

Overview

Represents the output of an AcknowledgeThirdPartyJob action.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status information for the third party job, if any.

Returns:

  • (String)


125
126
127
128
# File 'lib/aws-sdk-codepipeline/types.rb', line 125

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