Class: Aws::CodePipeline::Types::AcknowledgeJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::AcknowledgeJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the output of an AcknowledgeJob action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Whether the job worker has received the specified job.
Instance Attribute Details
#status ⇒ String
Whether the job worker has received the specified job.
72 73 74 75 76 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 72 class AcknowledgeJobOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |