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.
-
#weight ⇒ ::Float
Returns the value of attribute weight.
Instance Attribute Details
#event_type ⇒ ::String
Returns the value of attribute event_type.
826 827 828 |
# File 'sig/types.rbs', line 826 def event_type @event_type end |
#event_value_threshold ⇒ ::Float
Returns the value of attribute event_value_threshold.
827 828 829 |
# File 'sig/types.rbs', line 827 def event_value_threshold @event_value_threshold end |
#weight ⇒ ::Float
Returns the value of attribute weight.
828 829 830 |
# File 'sig/types.rbs', line 828 def weight @weight end |