Class: Aws::Types::UpdateProbeOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProbeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ "IPV4", "IPV6"
Returns the value of attribute address_family.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#packet_size ⇒ ::Integer
Returns the value of attribute packet_size.
-
#probe_arn ⇒ ::String
Returns the value of attribute probe_arn.
-
#probe_id ⇒ ::String
Returns the value of attribute probe_id.
-
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#address_family ⇒ "IPV4", "IPV6"
Returns the value of attribute address_family.
262 263 264 |
# File 'sig/types.rbs', line 262 def address_family @address_family end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
265 266 267 |
# File 'sig/types.rbs', line 265 def created_at @created_at end |
#destination ⇒ ::String
Returns the value of attribute destination.
258 259 260 |
# File 'sig/types.rbs', line 258 def destination @destination end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
259 260 261 |
# File 'sig/types.rbs', line 259 def destination_port @destination_port end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
266 267 268 |
# File 'sig/types.rbs', line 266 def modified_at @modified_at end |
#packet_size ⇒ ::Integer
Returns the value of attribute packet_size.
261 262 263 |
# File 'sig/types.rbs', line 261 def packet_size @packet_size end |
#probe_arn ⇒ ::String
Returns the value of attribute probe_arn.
256 257 258 |
# File 'sig/types.rbs', line 256 def probe_arn @probe_arn end |
#probe_id ⇒ ::String
Returns the value of attribute probe_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def probe_id @probe_id end |
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
260 261 262 |
# File 'sig/types.rbs', line 260 def protocol @protocol end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
257 258 259 |
# File 'sig/types.rbs', line 257 def source_arn @source_arn end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
264 265 266 |
# File 'sig/types.rbs', line 264 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
267 268 269 |
# File 'sig/types.rbs', line 267 def end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
263 264 265 |
# File 'sig/types.rbs', line 263 def vpc_id @vpc_id end |