Class: Aws::Types::EventParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_type::String

Returns the value of attribute event_type.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


884
885
886
# File 'sig/types.rbs', line 884

def event_weight
  @event_weight
end