Class: Aws::Types::DeleteProbeInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProbeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#probe_id ⇒ ::String
Returns the value of attribute probe_id.
Instance Attribute Details
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
83 84 85 |
# File 'sig/types.rbs', line 83 def monitor_name @monitor_name end |
#probe_id ⇒ ::String
Returns the value of attribute probe_id.
84 85 86 |
# File 'sig/types.rbs', line 84 def probe_id @probe_id end |