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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approved_atTime

The timestamp showing when the approval or rejection was submitted.

Returns:

  • (Time)


3194
3195
3196
3197
3198
# File 'lib/aws-sdk-codepipeline/types.rb', line 3194

class PutApprovalResultOutput < Struct.new(
  :approved_at)
  SENSITIVE = []
  include Aws::Structure
end