Class: Aws::Types::Match
- Inherits:
-
Object
- Object
- Aws::Types::Match
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#frame_address ⇒ ::String
Returns the value of attribute frame_address.
-
#target_frames_index ⇒ ::Integer
Returns the value of attribute target_frames_index.
-
#threshold_breach_value ⇒ ::Float
Returns the value of attribute threshold_breach_value.
Instance Attribute Details
#frame_address ⇒ ::String
Returns the value of attribute frame_address.
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.
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.
286 287 288 |
# File 'sig/types.rbs', line 286 def threshold_breach_value @threshold_breach_value end |