Class: Aws::CodePipeline::Types::GetThirdPartyJobDetailsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::GetThirdPartyJobDetailsOutput
- 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
-
#job_details ⇒ Types::ThirdPartyJobDetails
The details of the job, including any protected values defined for the job.
Instance Attribute Details
#job_details ⇒ Types::ThirdPartyJobDetails
The details of the job, including any protected values defined for the job.
2169 2170 2171 2172 2173 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2169 class GetThirdPartyJobDetailsOutput < Struct.new( :job_details) SENSITIVE = [] include Aws::Structure end |