Class: Aws::CodePipeline::Types::PutApprovalResultOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::PutApprovalResultOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the output of a ‘PutApprovalResult` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approved_at ⇒ Time
The timestamp showing when the approval or rejection was submitted.
Instance Attribute Details
#approved_at ⇒ Time
The timestamp showing when the approval or rejection was submitted.
3911 3912 3913 3914 3915 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3911 class PutApprovalResultOutput < Struct.new( :approved_at) SENSITIVE = [] include Aws::Structure end |