Class: Aws::Types::GetProbeInput
- Inherits:
-
Object
- Object
- Aws::Types::GetProbeInput
- 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.
109 110 111 |
# File 'sig/types.rbs', line 109 def monitor_name @monitor_name end |
#probe_id ⇒ ::String
Returns the value of attribute probe_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def probe_id @probe_id end |