Class: Aws::CloudWatchEvidently::Types::LaunchGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/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

Instance Attribute Details

#descriptionString

A description of the launch group.

Returns:

  • (String)


1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1636

class LaunchGroup < Struct.new(
  :description,
  :feature_variations,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#feature_variationsHash<String,String>

The feature variation for this launch group. This is a key-value pair.

Returns:

  • (Hash<String,String>)


1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1636

class LaunchGroup < Struct.new(
  :description,
  :feature_variations,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the launch group.

Returns:

  • (String)


1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1636

class LaunchGroup < Struct.new(
  :description,
  :feature_variations,
  :name)
  SENSITIVE = []
  include Aws::Structure
end