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.



2047
2048
2049
2050
2051
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2047

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