Class: Aws::CloudWatchEvidently::Types::StartLaunchResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launchTypes::Launch

A structure that contains information about the launch that was started.

Returns:



2957
2958
2959
2960
2961
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2957

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