Class: Aws::Types::UpdateProbeInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProbeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#packet_size ⇒ ::Integer
Returns the value of attribute packet_size.
-
#probe_id ⇒ ::String
Returns the value of attribute probe_id.
-
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
247 248 249 |
# File 'sig/types.rbs', line 247 def destination @destination end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
248 249 250 |
# File 'sig/types.rbs', line 248 def destination_port @destination_port end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
244 245 246 |
# File 'sig/types.rbs', line 244 def monitor_name @monitor_name end |
#packet_size ⇒ ::Integer
Returns the value of attribute packet_size.
250 251 252 |
# File 'sig/types.rbs', line 250 def packet_size @packet_size end |
#probe_id ⇒ ::String
Returns the value of attribute probe_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def probe_id @probe_id end |
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
249 250 251 |
# File 'sig/types.rbs', line 249 def protocol @protocol end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
246 247 248 |
# File 'sig/types.rbs', line 246 def state @state end |