Class: Aws::CloudWatchEvidently::Types::LaunchGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::LaunchGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
A structure that defines one launch group in a launch. A launch group is a variation of the feature that you are including in the launch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the launch group.
-
#feature_variations ⇒ Hash<String,String>
The feature variation for this launch group.
-
#name ⇒ String
The name of the launch group.
Instance Attribute Details
#description ⇒ String
A description of the launch group.
1636 1637 1638 1639 1640 1641 1642 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1636 class LaunchGroup < Struct.new( :description, :feature_variations, :name) SENSITIVE = [] include Aws::Structure end |
#feature_variations ⇒ Hash<String,String>
The feature variation for this launch group. This is a key-value pair.
1636 1637 1638 1639 1640 1641 1642 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1636 class LaunchGroup < Struct.new( :description, :feature_variations, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the launch group.
1636 1637 1638 1639 1640 1641 1642 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1636 class LaunchGroup < Struct.new( :description, :feature_variations, :name) SENSITIVE = [] include Aws::Structure end |