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)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


828
829
830
# File 'sig/types.rbs', line 828

def weight
  @weight
end