Class: Aws::Types::WeightedTarget
- Inherits:
-
Object
- Object
- Aws::Types::WeightedTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#virtual_node ⇒ ::String
Returns the value of attribute virtual_node.
-
#weight ⇒ ::Integer
Returns the value of attribute weight.
Instance Attribute Details
#port ⇒ ::Integer
Returns the value of attribute port.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def port @port end |
#virtual_node ⇒ ::String
Returns the value of attribute virtual_node.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def virtual_node @virtual_node end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def weight @weight end |