Class: Aws::Types::TargetGroupAttribute
- Inherits:
-
Object
- Object
- Aws::Types::TargetGroupAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def value @value end |