Class: Aws::AppConfig::Types::StopExperimentRunRequest

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)


3368
3369
3370
3371
3372
3373
3374
3375
3376
# File 'lib/aws-sdk-appconfig/types.rb', line 3368

class StopExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :run,
  :result,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_parametersTypes::DeploymentParameters

Optional deployment parameters for the stop operation.



3368
3369
3370
3371
3372
3373
3374
3375
3376
# File 'lib/aws-sdk-appconfig/types.rb', line 3368

class StopExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :run,
  :result,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_definition_identifierString

The experiment definition ID or name.

Returns:

  • (String)


3368
3369
3370
3371
3372
3373
3374
3375
3376
# File 'lib/aws-sdk-appconfig/types.rb', line 3368

class StopExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :run,
  :result,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#resultTypes::ExperimentRunResult

The result of the experiment run, including an executive summary and reasons for or against launching.



3368
3369
3370
3371
3372
3373
3374
3375
3376
# File 'lib/aws-sdk-appconfig/types.rb', line 3368

class StopExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :run,
  :result,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#runInteger

The run number to stop.

Returns:

  • (Integer)


3368
3369
3370
3371
3372
3373
3374
3375
3376
# File 'lib/aws-sdk-appconfig/types.rb', line 3368

class StopExperimentRunRequest < Struct.new(
  :application_identifier,
  :experiment_definition_identifier,
  :run,
  :result,
  :deployment_parameters)
  SENSITIVE = []
  include Aws::Structure
end