Class: Aws::Types::CreateMonitorProbeInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMonitorProbeInput
- 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.
-
#packet_size ⇒ ::Integer
Returns the value of attribute packet_size.
-
#probe_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute probe_tags.
-
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
41 42 43 |
# File 'sig/types.rbs', line 41 def destination @destination end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
42 43 44 |
# File 'sig/types.rbs', line 42 def destination_port @destination_port end |
#packet_size ⇒ ::Integer
Returns the value of attribute packet_size.
44 45 46 |
# File 'sig/types.rbs', line 44 def packet_size @packet_size end |
#probe_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute probe_tags.
45 46 47 |
# File 'sig/types.rbs', line 45 def end |
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
43 44 45 |
# File 'sig/types.rbs', line 43 def protocol @protocol end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
40 41 42 |
# File 'sig/types.rbs', line 40 def source_arn @source_arn end |