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.
6860 6861 6862 |
# File 'sig/types.rbs', line 6860 def blocked @blocked end |
#port_probe_details ⇒ ::Array[Types::PortProbeDetail]
Returns the value of attribute port_probe_details.
6859 6860 6861 |
# File 'sig/types.rbs', line 6859 def port_probe_details @port_probe_details end |