Class: Aws::Types::ExperimentDefinitionSnapshot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def application_id
  @application_id
end

#audience_description ⇒ ::String

Returns the value of attribute audience_description.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def audience_description
  @audience_description
end

#audience_rule ⇒ ::String

Returns the value of attribute audience_rule.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def audience_rule
  @audience_rule
end

#configuration_profile_id ⇒ ::String

Returns the value of attribute configuration_profile_id.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def configuration_profile_id
  @configuration_profile_id
end

#control ⇒ Types::Treatment

Returns the value of attribute control.

Returns:



413
414
415
# File 'sig/types.rbs', line 413

def control
  @control
end

#environment_id ⇒ ::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def environment_id
  @environment_id
end

#flag_key ⇒ ::String

Returns the value of attribute flag_key.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def flag_key
  @flag_key
end

#hypothesis ⇒ ::String

Returns the value of attribute hypothesis.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def hypothesis
  @hypothesis
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def id
  @id
end

#launch_criteria ⇒ ::String

Returns the value of attribute launch_criteria.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def launch_criteria
  @launch_criteria
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def name
  @name
end

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

Returns the value of attribute treatments.

Returns:



412
413
414
# File 'sig/types.rbs', line 412

def treatments
  @treatments
end