Class: Aws::Types::PortProbeAction
- Inherits:
-
Object
- Object
- Aws::Types::PortProbeAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blocked ⇒ Boolean
Returns the value of attribute blocked.
-
#port_probe_details ⇒ ::Array[Types::PortProbeDetail]
Returns the value of attribute port_probe_details.
Instance Attribute Details
#blocked ⇒ Boolean
Returns the value of attribute blocked.
2428 2429 2430 |
# File 'sig/types.rbs', line 2428 def blocked @blocked end |
#port_probe_details ⇒ ::Array[Types::PortProbeDetail]
Returns the value of attribute port_probe_details.
2429 2430 2431 |
# File 'sig/types.rbs', line 2429 def port_probe_details @port_probe_details end |