Class: Aws::CloudWatchEvidently::Types::StopLaunchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::StopLaunchResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ended_time ⇒ Time
The date and time that the launch stopped.
Instance Attribute Details
#ended_time ⇒ Time
The date and time that the launch stopped.
3038 3039 3040 3041 3042 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3038 class StopLaunchResponse < Struct.new( :ended_time) SENSITIVE = [] include Aws::Structure end |