Class: Aws::Types::EventParameters
- Inherits:
-
Object
- Object
- Aws::Types::EventParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ ::String
Returns the value of attribute event_type.
-
#event_value_threshold ⇒ ::Float
Returns the value of attribute event_value_threshold.
-
#event_weight ⇒ ::Float
Returns the value of attribute event_weight.
Instance Attribute Details
#event_type ⇒ ::String
Returns the value of attribute event_type.
882 883 884 |
# File 'sig/types.rbs', line 882 def event_type @event_type end |
#event_value_threshold ⇒ ::Float
Returns the value of attribute event_value_threshold.
883 884 885 |
# File 'sig/types.rbs', line 883 def event_value_threshold @event_value_threshold end |
#event_weight ⇒ ::Float
Returns the value of attribute event_weight.
884 885 886 |
# File 'sig/types.rbs', line 884 def event_weight @event_weight end |