Class: Aws::AppConfig::Types::StartExperimentRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifierString

The application ID or name.

Returns:

  • (String)


3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
# File 'lib/aws-sdk-appconfig/types.rb', line 3304

class StartExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :description,
  :exposure_percentage,
  :treatment_overrides,
  :tags,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_parametersTypes::DeploymentParameters

Optional deployment parameters including a KMS key for encryption.



3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
# File 'lib/aws-sdk-appconfig/types.rb', line 3304

class StartExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :description,
  :exposure_percentage,
  :treatment_overrides,
  :tags,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of this experiment run.

Returns:

  • (String)


3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
# File 'lib/aws-sdk-appconfig/types.rb', line 3304

class StartExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :description,
  :exposure_percentage,
  :treatment_overrides,
  :tags,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_definition_identifierString

The experiment definition ID or name.

Returns:

  • (String)


3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
# File 'lib/aws-sdk-appconfig/types.rb', line 3304

class StartExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :description,
  :exposure_percentage,
  :treatment_overrides,
  :tags,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#exposure_percentageFloat

The percentage of the target audience to expose to treatments. Set to 0 to validate the experiment before exposing production users.

Returns:

  • (Float)


3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
# File 'lib/aws-sdk-appconfig/types.rb', line 3304

class StartExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :description,
  :exposure_percentage,
  :treatment_overrides,
  :tags,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags to assign to the experiment run.

Returns:

  • (Hash<String,String>)


3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
# File 'lib/aws-sdk-appconfig/types.rb', line 3304

class StartExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :description,
  :exposure_percentage,
  :treatment_overrides,
  :tags,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#treatment_overridesTypes::TreatmentOverrides

Treatment assignment overrides that assign specific entity IDs to treatments directly, bypassing random assignment.



3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
# File 'lib/aws-sdk-appconfig/types.rb', line 3304

class StartExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :description,
  :exposure_percentage,
  :treatment_overrides,
  :tags,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end