Class: Aws::Types::FeatureValue
- Inherits:
-
Object
- Object
- Aws::Types::FeatureValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
-
#value_as_string ⇒ ::String
Returns the value of attribute value_as_string.
-
#value_as_string_list ⇒ ::Array[::String]
Returns the value of attribute value_as_string_list.
Instance Attribute Details
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
94 95 96 |
# File 'sig/types.rbs', line 94 def feature_name @feature_name end |
#value_as_string ⇒ ::String
Returns the value of attribute value_as_string.
95 96 97 |
# File 'sig/types.rbs', line 95 def value_as_string @value_as_string end |
#value_as_string_list ⇒ ::Array[::String]
Returns the value of attribute value_as_string_list.
96 97 98 |
# File 'sig/types.rbs', line 96 def value_as_string_list @value_as_string_list end |