Class: Aws::Types::FeatureParameter
- Inherits:
-
Object
- Object
- Aws::Types::FeatureParameter
- 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.
6000 6001 6002 |
# File 'sig/types.rbs', line 6000 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
6001 6002 6003 |
# File 'sig/types.rbs', line 6001 def value @value end |