Class: Aws::Types::UpdateExperimentDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExperimentDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#audience_description ⇒ ::String
Returns the value of attribute audience_description.
-
#audience_rule ⇒ ::String
Returns the value of attribute audience_rule.
-
#control ⇒ Types::TreatmentInput
Returns the value of attribute control.
-
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
-
#hypothesis ⇒ ::String
Returns the value of attribute hypothesis.
-
#launch_criteria ⇒ ::String
Returns the value of attribute launch_criteria.
-
#treatments ⇒ ::Array[Types::TreatmentInput]
Returns the value of attribute treatments.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
915 916 917 |
# File 'sig/types.rbs', line 915 def application_identifier @application_identifier end |
#audience_description ⇒ ::String
Returns the value of attribute audience_description.
921 922 923 |
# File 'sig/types.rbs', line 921 def audience_description @audience_description end |
#audience_rule ⇒ ::String
Returns the value of attribute audience_rule.
920 921 922 |
# File 'sig/types.rbs', line 920 def audience_rule @audience_rule end |
#control ⇒ Types::TreatmentInput
Returns the value of attribute control.
918 919 920 |
# File 'sig/types.rbs', line 918 def control @control end |
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
916 917 918 |
# File 'sig/types.rbs', line 916 def experiment_definition_identifier @experiment_definition_identifier end |
#hypothesis ⇒ ::String
Returns the value of attribute hypothesis.
919 920 921 |
# File 'sig/types.rbs', line 919 def hypothesis @hypothesis end |
#launch_criteria ⇒ ::String
Returns the value of attribute launch_criteria.
922 923 924 |
# File 'sig/types.rbs', line 922 def launch_criteria @launch_criteria end |
#treatments ⇒ ::Array[Types::TreatmentInput]
Returns the value of attribute treatments.
917 918 919 |
# File 'sig/types.rbs', line 917 def treatments @treatments end |