Class: Aws::Types::Match

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#frame_address::String

Returns the value of attribute frame_address.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def frame_address
  @frame_address
end

#target_frames_index::Integer

Returns the value of attribute target_frames_index.

Returns:

  • (::Integer)


285
286
287
# File 'sig/types.rbs', line 285

def target_frames_index
  @target_frames_index
end

#threshold_breach_value::Float

Returns the value of attribute threshold_breach_value.

Returns:

  • (::Float)


286
287
288
# File 'sig/types.rbs', line 286

def threshold_breach_value
  @threshold_breach_value
end