Class: Aws::CloudWatchEvidently::Types::GetLaunchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::GetLaunchResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch ⇒ Types::Launch
A structure containing the configuration details of the launch.
Instance Attribute Details
#launch ⇒ Types::Launch
A structure containing the configuration details of the launch.
1436 1437 1438 1439 1440 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1436 class GetLaunchResponse < Struct.new( :launch) SENSITIVE = [] include Aws::Structure end |