Class: Aws::AppConfig::Types::UpdateExperimentRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::UpdateExperimentRunRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_identifier ⇒ String
The application ID or name.
-
#deployment_parameters ⇒ Types::DeploymentParameters
Updated deployment parameters.
-
#description ⇒ String
An updated description for the experiment run.
-
#experiment_definition_identifier ⇒ String
The experiment definition ID or name.
-
#exposure_percentage ⇒ Float
The new exposure percentage.
-
#run ⇒ Integer
The run number to update.
-
#treatment_overrides ⇒ Types::TreatmentOverrides
Updated treatment assignment overrides.
Instance Attribute Details
#application_identifier ⇒ String
The application ID or name.
3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 3773 class UpdateExperimentRunRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :run, :description, :exposure_percentage, :treatment_overrides, :deployment_parameters) SENSITIVE = [] include Aws::Structure end |
#deployment_parameters ⇒ Types::DeploymentParameters
Updated deployment parameters.
3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 3773 class UpdateExperimentRunRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :run, :description, :exposure_percentage, :treatment_overrides, :deployment_parameters) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An updated description for the experiment run.
3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 3773 class UpdateExperimentRunRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :run, :description, :exposure_percentage, :treatment_overrides, :deployment_parameters) SENSITIVE = [] include Aws::Structure end |
#experiment_definition_identifier ⇒ String
The experiment definition ID or name.
3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 3773 class UpdateExperimentRunRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :run, :description, :exposure_percentage, :treatment_overrides, :deployment_parameters) SENSITIVE = [] include Aws::Structure end |
#exposure_percentage ⇒ Float
The new exposure percentage. This value can only be increased from the current setting.
3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 3773 class UpdateExperimentRunRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :run, :description, :exposure_percentage, :treatment_overrides, :deployment_parameters) SENSITIVE = [] include Aws::Structure end |
#run ⇒ Integer
The run number to update.
3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 3773 class UpdateExperimentRunRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :run, :description, :exposure_percentage, :treatment_overrides, :deployment_parameters) SENSITIVE = [] include Aws::Structure end |
#treatment_overrides ⇒ Types::TreatmentOverrides
Updated treatment assignment overrides.
3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 3773 class UpdateExperimentRunRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :run, :description, :exposure_percentage, :treatment_overrides, :deployment_parameters) SENSITIVE = [] include Aws::Structure end |