Class: Aws::CodePipeline::Types::GetJobDetailsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::GetJobDetailsOutput
- 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
-
#job_details ⇒ Types::JobDetails
The details of the job.
Instance Attribute Details
#job_details ⇒ Types::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>
2001 2002 2003 2004 2005 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2001 class GetJobDetailsOutput < Struct.new( :job_details) SENSITIVE = [] include Aws::Structure end |