Class: Aws::CloudWatchEvidently::Types::CreateLaunchResponse

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 the configuration of the launch that was created.

Returns:



393
394
395
396
397
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 393

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