Class: Aws::Types::ExperimentDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentDefinition
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#launch_criteria ⇒ ::String
Returns the value of attribute launch_criteria.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#treatments ⇒ ::Array[Types::Treatment]
Returns the value of attribute treatments.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
382 383 384 |
# File 'sig/types.rbs', line 382 def application_id @application_id end |
#audience_description ⇒ ::String
Returns the value of attribute audience_description.
391 392 393 |
# File 'sig/types.rbs', line 391 def audience_description @audience_description end |
#audience_rule ⇒ ::String
Returns the value of attribute audience_rule.
390 391 392 |
# File 'sig/types.rbs', line 390 def audience_rule @audience_rule end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
387 388 389 |
# File 'sig/types.rbs', line 387 def configuration_profile_id @configuration_profile_id end |
#control ⇒ Types::Treatment
Returns the value of attribute control.
394 395 396 |
# File 'sig/types.rbs', line 394 def control @control end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
395 396 397 |
# File 'sig/types.rbs', line 395 def created_at @created_at end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
388 389 390 |
# File 'sig/types.rbs', line 388 def environment_id @environment_id end |
#flag_key ⇒ ::String
Returns the value of attribute flag_key.
389 390 391 |
# File 'sig/types.rbs', line 389 def flag_key @flag_key end |
#hypothesis ⇒ ::String
Returns the value of attribute hypothesis.
385 386 387 |
# File 'sig/types.rbs', line 385 def hypothesis @hypothesis end |
#id ⇒ ::String
Returns the value of attribute id.
383 384 385 |
# File 'sig/types.rbs', line 383 def id @id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
397 398 399 |
# File 'sig/types.rbs', line 397 def kms_key_identifier @kms_key_identifier end |
#launch_criteria ⇒ ::String
Returns the value of attribute launch_criteria.
392 393 394 |
# File 'sig/types.rbs', line 392 def launch_criteria @launch_criteria end |
#name ⇒ ::String
Returns the value of attribute name.
384 385 386 |
# File 'sig/types.rbs', line 384 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
386 387 388 |
# File 'sig/types.rbs', line 386 def status @status end |
#treatments ⇒ ::Array[Types::Treatment]
Returns the value of attribute treatments.
393 394 395 |
# File 'sig/types.rbs', line 393 def treatments @treatments end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
396 397 398 |
# File 'sig/types.rbs', line 396 def updated_at @updated_at end |