Class: Aws::Types::ExperimentRunEvent
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentRunEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_deployment ⇒ ::String
Returns the value of attribute associated_deployment.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_type ⇒ "RUN_STARTED", ...
Returns the value of attribute event_type.
-
#exposure_percentage ⇒ ::Float
Returns the value of attribute exposure_percentage.
-
#occurred_at ⇒ ::Time
Returns the value of attribute occurred_at.
-
#treatment_overrides ⇒ Types::TreatmentOverrides
Returns the value of attribute treatment_overrides.
-
#triggered_by ⇒ "USER", ...
Returns the value of attribute triggered_by.
Instance Attribute Details
#associated_deployment ⇒ ::String
Returns the value of attribute associated_deployment.
455 456 457 |
# File 'sig/types.rbs', line 455 def associated_deployment @associated_deployment end |
#description ⇒ ::String
Returns the value of attribute description.
454 455 456 |
# File 'sig/types.rbs', line 454 def description @description end |
#event_type ⇒ "RUN_STARTED", ...
Returns the value of attribute event_type.
456 457 458 |
# File 'sig/types.rbs', line 456 def event_type @event_type end |
#exposure_percentage ⇒ ::Float
Returns the value of attribute exposure_percentage.
459 460 461 |
# File 'sig/types.rbs', line 459 def exposure_percentage @exposure_percentage end |
#occurred_at ⇒ ::Time
Returns the value of attribute occurred_at.
457 458 459 |
# File 'sig/types.rbs', line 457 def occurred_at @occurred_at end |
#treatment_overrides ⇒ Types::TreatmentOverrides
Returns the value of attribute treatment_overrides.
460 461 462 |
# File 'sig/types.rbs', line 460 def treatment_overrides @treatment_overrides end |
#triggered_by ⇒ "USER", ...
Returns the value of attribute triggered_by.
458 459 460 |
# File 'sig/types.rbs', line 458 def triggered_by @triggered_by end |