Method: Aws::CodePipeline::Types::DeployTargetEvent#end_time
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
#end_time ⇒ Time
The end time for the event for the deploy action.
1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1757 class DeployTargetEvent < Struct.new( :name, :status, :start_time, :end_time, :context) SENSITIVE = [] include Aws::Structure end |