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

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

Overview

Represents the output of a GetThirdPartyJobDetails action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_detailsTypes::ThirdPartyJobDetails

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



2031
2032
2033
2034
2035
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2031

class GetThirdPartyJobDetailsOutput < Struct.new(
  :job_details)
  SENSITIVE = []
  include Aws::Structure
end