Class: Aws::Types::ModifyTargetGroupAttributesInput
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTargetGroupAttributesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::TargetGroupAttribute]
Returns the value of attribute attributes.
-
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
Instance Attribute Details
#attributes ⇒ ::Array[Types::TargetGroupAttribute]
Returns the value of attribute attributes.
810 811 812 |
# File 'sig/types.rbs', line 810 def attributes @attributes end |
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
809 810 811 |
# File 'sig/types.rbs', line 809 def target_group_arn @target_group_arn end |