Class: Aws::Types::CustomRoutingDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CustomRoutingDestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#protocols ⇒ ::Array[("TCP" | "UDP")]
Returns the value of attribute protocols.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
Instance Attribute Details
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
282 283 284 |
# File 'sig/types.rbs', line 282 def from_port @from_port end |
#protocols ⇒ ::Array[("TCP" | "UDP")]
Returns the value of attribute protocols.
284 285 286 |
# File 'sig/types.rbs', line 284 def protocols @protocols end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
283 284 285 |
# File 'sig/types.rbs', line 283 def to_port @to_port end |