Class: Aws::CloudWatchEvidently::Types::LaunchExecution

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

This structure contains information about the start and end times of the launch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ended_timeTime

The date and time that the launch ended.

Returns:

  • (Time)


1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1611

class LaunchExecution < Struct.new(
  :ended_time,
  :started_time)
  SENSITIVE = []
  include Aws::Structure
end

#started_timeTime

The date and time that the launch started.

Returns:

  • (Time)


1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1611

class LaunchExecution < Struct.new(
  :ended_time,
  :started_time)
  SENSITIVE = []
  include Aws::Structure
end