Class: Aws::CodePipeline::Types::GetThirdPartyJobDetailsOutput

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

Overview

Represents the output of a GetThirdPartyJobDetails action.

Instance Attribute Summary collapse

Instance Attribute Details

#job_detailsTypes::ThirdPartyJobDetails

The details of the job, including any protected values defined for the job.



1544
1545
1546
1547
# File 'lib/aws-sdk-codepipeline/types.rb', line 1544

class GetThirdPartyJobDetailsOutput < Struct.new(
  :job_details)
  include Aws::Structure
end