Class: Aws::CodePipeline::Types::GetJobDetailsOutput

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

Overview

Represents the output of a GetJobDetails action.

Instance Attribute Summary collapse

Instance Attribute Details

#job_detailsTypes::JobDetails

The details of the job.

<note markdown=“1”> If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.

</note>

Returns:



1352
1353
1354
1355
# File 'lib/aws-sdk-codepipeline/types.rb', line 1352

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