Class: Aws::Types::UpdateExperimentRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExperimentRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#deployment_parameters ⇒ Types::DeploymentParameters
Returns the value of attribute deployment_parameters.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
-
#exposure_percentage ⇒ ::Float
Returns the value of attribute exposure_percentage.
-
#run ⇒ ::Integer
Returns the value of attribute run.
-
#treatment_overrides ⇒ Types::TreatmentOverrides
Returns the value of attribute treatment_overrides.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
927 928 929 |
# File 'sig/types.rbs', line 927 def application_identifier @application_identifier end |
#deployment_parameters ⇒ Types::DeploymentParameters
Returns the value of attribute deployment_parameters.
933 934 935 |
# File 'sig/types.rbs', line 933 def deployment_parameters @deployment_parameters end |
#description ⇒ ::String
Returns the value of attribute description.
930 931 932 |
# File 'sig/types.rbs', line 930 def description @description end |
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
928 929 930 |
# File 'sig/types.rbs', line 928 def experiment_definition_identifier @experiment_definition_identifier end |
#exposure_percentage ⇒ ::Float
Returns the value of attribute exposure_percentage.
931 932 933 |
# File 'sig/types.rbs', line 931 def exposure_percentage @exposure_percentage end |
#run ⇒ ::Integer
Returns the value of attribute run.
929 930 931 |
# File 'sig/types.rbs', line 929 def run @run end |
#treatment_overrides ⇒ Types::TreatmentOverrides
Returns the value of attribute treatment_overrides.
932 933 934 |
# File 'sig/types.rbs', line 932 def treatment_overrides @treatment_overrides end |