Class: Aws::CodePipeline::Types::PutApprovalResultOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Represents the output of a PutApprovalResult action.

Instance Attribute Summary collapse

Instance Attribute Details

#approved_atTime

The timestamp showing when the approval or rejection was submitted.

Returns:

  • (Time)


2461
2462
2463
2464
# File 'lib/aws-sdk-codepipeline/types.rb', line 2461

class PutApprovalResultOutput < Struct.new(
  :approved_at)
  include Aws::Structure
end