Class: Aws::CloudWatchEvidently::Types::LaunchGroupConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::LaunchGroupConfig
- 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 ⇒ String
The feature that this launch is using.
-
#name ⇒ String
A name for this launch group.
-
#variation ⇒ String
The feature variation to use for this launch group.
Instance Attribute Details
#description ⇒ String
A description of the launch group.
1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1665 class LaunchGroupConfig < Struct.new( :description, :feature, :name, :variation) SENSITIVE = [] include Aws::Structure end |
#feature ⇒ String
The feature that this launch is using.
1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1665 class LaunchGroupConfig < Struct.new( :description, :feature, :name, :variation) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for this launch group.
1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1665 class LaunchGroupConfig < Struct.new( :description, :feature, :name, :variation) SENSITIVE = [] include Aws::Structure end |
#variation ⇒ String
The feature variation to use for this launch group.
1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1665 class LaunchGroupConfig < Struct.new( :description, :feature, :name, :variation) SENSITIVE = [] include Aws::Structure end |