Class: Aws::AppConfig::Types::GetExperimentRunRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/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)


2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2487

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

#experiment_definition_identifierString

The experiment definition ID or name.

Returns:

  • (String)


2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2487

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

#runInteger

The run number to retrieve.

Returns:

  • (Integer)


2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2487

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