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.

Constant Summary collapse

SENSITIVE =
[]

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:



1851
1852
1853
1854
1855
# File 'lib/aws-sdk-codepipeline/types.rb', line 1851

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