Class: Aws::Types::ExperimentDefinitionSnapshot
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentDefinitionSnapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#audience_description ⇒ ::String
Returns the value of attribute audience_description.
-
#audience_rule ⇒ ::String
Returns the value of attribute audience_rule.
-
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
-
#control ⇒ Types::Treatment
Returns the value of attribute control.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#flag_key ⇒ ::String
Returns the value of attribute flag_key.
-
#hypothesis ⇒ ::String
Returns the value of attribute hypothesis.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#launch_criteria ⇒ ::String
Returns the value of attribute launch_criteria.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#treatments ⇒ ::Array[Types::Treatment]
Returns the value of attribute treatments.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
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.
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.
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.
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.
413 414 415 |
# File 'sig/types.rbs', line 413 def control @control end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
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.
408 409 410 |
# File 'sig/types.rbs', line 408 def flag_key @flag_key end |
#hypothesis ⇒ ::String
Returns the value of attribute hypothesis.
405 406 407 |
# File 'sig/types.rbs', line 405 def hypothesis @hypothesis end |
#id ⇒ ::String
Returns the value of attribute id.
403 404 405 |
# File 'sig/types.rbs', line 403 def id @id end |
#launch_criteria ⇒ ::String
Returns the value of attribute launch_criteria.
411 412 413 |
# File 'sig/types.rbs', line 411 def launch_criteria @launch_criteria end |
#name ⇒ ::String
Returns the value of attribute name.
404 405 406 |
# File 'sig/types.rbs', line 404 def name @name end |
#treatments ⇒ ::Array[Types::Treatment]
Returns the value of attribute treatments.
412 413 414 |
# File 'sig/types.rbs', line 412 def treatments @treatments end |