Class: Aws::Types::UpdateExperimentRunRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifier ⇒ ::String

Returns the value of attribute application_identifier.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

def application_identifier
  @application_identifier
end

#deployment_parameters ⇒ Types::DeploymentParameters

Returns the value of attribute deployment_parameters.



933
934
935
# File 'sig/types.rbs', line 933

def deployment_parameters
  @deployment_parameters
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def description
  @description
end

#experiment_definition_identifier ⇒ ::String

Returns the value of attribute experiment_definition_identifier.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def experiment_definition_identifier
  @experiment_definition_identifier
end

#exposure_percentage ⇒ ::Float

Returns the value of attribute exposure_percentage.

Returns:

  • (::Float)


931
932
933
# File 'sig/types.rbs', line 931

def exposure_percentage
  @exposure_percentage
end

#run ⇒ ::Integer

Returns the value of attribute run.

Returns:

  • (::Integer)


929
930
931
# File 'sig/types.rbs', line 929

def run
  @run
end

#treatment_overrides ⇒ Types::TreatmentOverrides

Returns the value of attribute treatment_overrides.



932
933
934
# File 'sig/types.rbs', line 932

def treatment_overrides
  @treatment_overrides
end