Class: Aws::CloudWatchEvidently::Types::CreateLaunchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::CreateLaunchResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch ⇒ Types::Launch
A structure that contains the configuration of the launch that was created.
Instance Attribute Details
#launch ⇒ Types::Launch
A structure that contains the configuration of the launch that was created.
393 394 395 396 397 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 393 class CreateLaunchResponse < Struct.new( :launch) SENSITIVE = [] include Aws::Structure end |