Class: Aws::CloudWatchEvidently::Types::LaunchGroupConfig

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)


1665
1666
1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1665

class LaunchGroupConfig < Struct.new(
  :description,
  :feature,
  :name,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#featureString

The feature that this launch is using.

Returns:

  • (String)


1665
1666
1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1665

class LaunchGroupConfig < Struct.new(
  :description,
  :feature,
  :name,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for this launch group.

Returns:

  • (String)


1665
1666
1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1665

class LaunchGroupConfig < Struct.new(
  :description,
  :feature,
  :name,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#variationString

The feature variation to use for this launch group.

Returns:

  • (String)


1665
1666
1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1665

class LaunchGroupConfig < Struct.new(
  :description,
  :feature,
  :name,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end