Class: Aws::CodePipeline::Types::AcknowledgeThirdPartyJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::AcknowledgeThirdPartyJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the output of an AcknowledgeThirdPartyJob action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status information for the third party job, if any.
Instance Attribute Details
#status ⇒ String
The status information for the third party job, if any.
114 115 116 117 118 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 114 class AcknowledgeThirdPartyJobOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |