Class: Aws::CloudWatchEvidently::Types::UpdateLaunchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::UpdateLaunchResponse
- 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 new configuration of the launch that was updated.
Instance Attribute Details
#launch ⇒ Types::Launch
A structure that contains the new configuration of the launch that was updated.
3431 3432 3433 3434 3435 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3431 class UpdateLaunchResponse < Struct.new( :launch) SENSITIVE = [] include Aws::Structure end |