Class: Aws::Types::ProbeInput
- Inherits:
-
Object
- Object
- Aws::Types::ProbeInput
- 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.
-
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
187 188 189 |
# File 'sig/types.rbs', line 187 def destination @destination end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
188 189 190 |
# File 'sig/types.rbs', line 188 def destination_port @destination_port end |
#packet_size ⇒ ::Integer
Returns the value of attribute packet_size.
190 191 192 |
# File 'sig/types.rbs', line 190 def packet_size @packet_size end |
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
189 190 191 |
# File 'sig/types.rbs', line 189 def protocol @protocol end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
186 187 188 |
# File 'sig/types.rbs', line 186 def source_arn @source_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
191 192 193 |
# File 'sig/types.rbs', line 191 def end |