Class: Aws::Types::StartExperimentRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartExperimentRunRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#treatment_overrides ⇒ Types::TreatmentOverrides
Returns the value of attribute treatment_overrides.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
806 807 808 |
# File 'sig/types.rbs', line 806 def application_identifier @application_identifier end |
#deployment_parameters ⇒ Types::DeploymentParameters
Returns the value of attribute deployment_parameters.
812 813 814 |
# File 'sig/types.rbs', line 812 def deployment_parameters @deployment_parameters end |
#description ⇒ ::String
Returns the value of attribute description.
808 809 810 |
# File 'sig/types.rbs', line 808 def description @description end |
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
807 808 809 |
# File 'sig/types.rbs', line 807 def experiment_definition_identifier @experiment_definition_identifier end |
#exposure_percentage ⇒ ::Float
Returns the value of attribute exposure_percentage.
809 810 811 |
# File 'sig/types.rbs', line 809 def exposure_percentage @exposure_percentage end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
811 812 813 |
# File 'sig/types.rbs', line 811 def @tags end |
#treatment_overrides ⇒ Types::TreatmentOverrides
Returns the value of attribute treatment_overrides.
810 811 812 |
# File 'sig/types.rbs', line 810 def treatment_overrides @treatment_overrides end |