Class: Aws::Types::OriginationRoute
- Inherits:
-
Object
- Object
- Aws::Types::OriginationRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host ⇒ ::String
Returns the value of attribute host.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#protocol ⇒ "TCP", "UDP"
Returns the value of attribute protocol.
-
#weight ⇒ ::Integer
Returns the value of attribute weight.
Instance Attribute Details
#host ⇒ ::String
Returns the value of attribute host.
756 757 758 |
# File 'sig/types.rbs', line 756 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
757 758 759 |
# File 'sig/types.rbs', line 757 def port @port end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
759 760 761 |
# File 'sig/types.rbs', line 759 def priority @priority end |
#protocol ⇒ "TCP", "UDP"
Returns the value of attribute protocol.
758 759 760 |
# File 'sig/types.rbs', line 758 def protocol @protocol end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
760 761 762 |
# File 'sig/types.rbs', line 760 def weight @weight end |