Class: Aws::AppConfig::Types::UpdateExperimentDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::UpdateExperimentDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_identifier ⇒ String
The application ID or name.
-
#audience_description ⇒ String
An updated audience description.
-
#audience_rule ⇒ String
An updated audience rule.
-
#control ⇒ Types::TreatmentInput
An updated control treatment.
-
#experiment_definition_identifier ⇒ String
The experiment definition ID or name.
-
#hypothesis ⇒ String
An updated hypothesis.
-
#launch_criteria ⇒ String
Updated launch criteria.
-
#treatments ⇒ Array<Types::TreatmentInput>
An updated list of treatments.
Instance Attribute Details
#application_identifier ⇒ String
The application ID or name.
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_description ⇒ String
An updated audience description.
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_rule ⇒ String
An updated audience rule.
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 |
#control ⇒ Types::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_identifier ⇒ String
The experiment definition ID or name.
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 |
#hypothesis ⇒ String
An updated hypothesis.
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_criteria ⇒ String
Updated launch criteria.
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 |
#treatments ⇒ Array<Types::TreatmentInput>
An updated list of treatments.
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 |