Class: Aws::Types::AwsElbLoadBalancerAdditionalAttribute
- Inherits:
-
Object
- Object
- Aws::Types::AwsElbLoadBalancerAdditionalAttribute
- 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.
2689 2690 2691 |
# File 'sig/types.rbs', line 2689 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
2690 2691 2692 |
# File 'sig/types.rbs', line 2690 def value @value end |