Class: Aws::CloudWatchEvidently::Types::GetLaunchResponse

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 containing the configuration details of the launch.

Returns:



1436
1437
1438
1439
1440
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1436

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