Class: Aws::Types::CategoricalParameter
- Inherits:
-
Object
- Object
- Aws::Types::CategoricalParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::Array[::String]
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def name @name end |
#value ⇒ ::Array[::String]
Returns the value of attribute value.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def value @value end |