Class: Aws::CloudWatchEvidently::Types::LaunchExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::LaunchExecution
- Includes:
- Structure
- Defined in:
- 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
-
#ended_time ⇒ Time
The date and time that the launch ended.
-
#started_time ⇒ Time
The date and time that the launch started.
Instance Attribute Details
#ended_time ⇒ Time
The date and time that the launch ended.
1611 1612 1613 1614 1615 1616 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1611 class LaunchExecution < Struct.new( :ended_time, :started_time) SENSITIVE = [] include Aws::Structure end |
#started_time ⇒ Time
The date and time that the launch started.
1611 1612 1613 1614 1615 1616 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1611 class LaunchExecution < Struct.new( :ended_time, :started_time) SENSITIVE = [] include Aws::Structure end |