Class: Aws::AppConfig::Types::UpdateExperimentDefinitionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifierString

The application ID or name.

Returns:

  • (String)


3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
# File 'lib/aws-sdk-appconfig/types.rb', line 3729

class UpdateExperimentDefinitionRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :treatments,
  :control,
  :hypothesis,
  :audience_rule,
  :audience_description,
  :launch_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#audience_descriptionString

An updated audience description.

Returns:

  • (String)


3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
# File 'lib/aws-sdk-appconfig/types.rb', line 3729

class UpdateExperimentDefinitionRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :treatments,
  :control,
  :hypothesis,
  :audience_rule,
  :audience_description,
  :launch_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#audience_ruleString

An updated audience rule.

Returns:

  • (String)


3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
# File 'lib/aws-sdk-appconfig/types.rb', line 3729

class UpdateExperimentDefinitionRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :treatments,
  :control,
  :hypothesis,
  :audience_rule,
  :audience_description,
  :launch_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#controlTypes::TreatmentInput

An updated control treatment.



3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
# File 'lib/aws-sdk-appconfig/types.rb', line 3729

class UpdateExperimentDefinitionRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :treatments,
  :control,
  :hypothesis,
  :audience_rule,
  :audience_description,
  :launch_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_definition_identifierString

The experiment definition ID or name.

Returns:

  • (String)


3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
# File 'lib/aws-sdk-appconfig/types.rb', line 3729

class UpdateExperimentDefinitionRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :treatments,
  :control,
  :hypothesis,
  :audience_rule,
  :audience_description,
  :launch_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#hypothesisString

An updated hypothesis.

Returns:

  • (String)


3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
# File 'lib/aws-sdk-appconfig/types.rb', line 3729

class UpdateExperimentDefinitionRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :treatments,
  :control,
  :hypothesis,
  :audience_rule,
  :audience_description,
  :launch_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#launch_criteriaString

Updated launch criteria.

Returns:

  • (String)


3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
# File 'lib/aws-sdk-appconfig/types.rb', line 3729

class UpdateExperimentDefinitionRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :treatments,
  :control,
  :hypothesis,
  :audience_rule,
  :audience_description,
  :launch_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#treatmentsArray<Types::TreatmentInput>

An updated list of treatments.

Returns:



3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
# File 'lib/aws-sdk-appconfig/types.rb', line 3729

class UpdateExperimentDefinitionRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :treatments,
  :control,
  :hypothesis,
  :audience_rule,
  :audience_description,
  :launch_criteria)
  SENSITIVE = []
  include Aws::Structure
end