Class: Aws::Types::NumberPreferenceItem
- Inherits:
-
Object
- Object
- Aws::Types::NumberPreferenceItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ ::Array[::String]
Returns the value of attribute filter.
-
#preference_type ⇒ ::Array[("StartsWith" | "EndsWith" | "Contains" | "ExactMatch")]
Returns the value of attribute preference_type.
Instance Attribute Details
#filter ⇒ ::Array[::String]
Returns the value of attribute filter.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def filter @filter end |
#preference_type ⇒ ::Array[("StartsWith" | "EndsWith" | "Contains" | "ExactMatch")]
Returns the value of attribute preference_type.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def preference_type @preference_type end |