Class: Aws::Types::UpdateExperimentDefinitionRequest

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)


915
916
917
# File 'sig/types.rbs', line 915

def application_identifier
  @application_identifier
end

#audience_description ⇒ ::String

Returns the value of attribute audience_description.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def audience_description
  @audience_description
end

#audience_rule ⇒ ::String

Returns the value of attribute audience_rule.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def audience_rule
  @audience_rule
end

#control ⇒ Types::TreatmentInput

Returns the value of attribute control.



918
919
920
# File 'sig/types.rbs', line 918

def control
  @control
end

#experiment_definition_identifier ⇒ ::String

Returns the value of attribute experiment_definition_identifier.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def experiment_definition_identifier
  @experiment_definition_identifier
end

#hypothesis ⇒ ::String

Returns the value of attribute hypothesis.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def hypothesis
  @hypothesis
end

#launch_criteria ⇒ ::String

Returns the value of attribute launch_criteria.

Returns:

  • (::String)


922
923
924
# File 'sig/types.rbs', line 922

def launch_criteria
  @launch_criteria
end

#treatments ⇒ ::Array[Types::TreatmentInput]

Returns the value of attribute treatments.

Returns:



917
918
919
# File 'sig/types.rbs', line 917

def treatments
  @treatments
end