Class: Aws::Types::WeightedTargetGroup
- Inherits:
-
Object
- Object
- Aws::Types::WeightedTargetGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_group_identifier ⇒ ::String
Returns the value of attribute target_group_identifier.
-
#weight ⇒ ::Integer
Returns the value of attribute weight.
Instance Attribute Details
#target_group_identifier ⇒ ::String
Returns the value of attribute target_group_identifier.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def target_group_identifier @target_group_identifier end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def weight @weight end |