Class: Aws::Types::ExperimentRunEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_deployment ⇒ ::String

Returns the value of attribute associated_deployment.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def associated_deployment
  @associated_deployment
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def description
  @description
end

#event_type ⇒ "RUN_STARTED", ...

Returns the value of attribute event_type.

Returns:

  • ("RUN_STARTED", "EXPOSURE_UPDATED", "OVERRIDES_UPDATED", "RUN_STOPPED")


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Time)


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.

Returns:

  • ("USER", "APPCONFIG", "CLOUDWATCH_ALARM", "INTERNAL_ERROR")


458
459
460
# File 'sig/types.rbs', line 458

def triggered_by
  @triggered_by
end