Class: Aws::Types::NormalizedValue
- Inherits:
-
Object
- Object
- Aws::Types::NormalizedValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#value ⇒ ::String
Returns the value of attribute value.
-
#value_type ⇒ "DATE"
Returns the value of attribute value_type.
Instance Attribute Details
#value ⇒ ::String
Returns the value of attribute value.
561 562 563 |
# File 'sig/types.rbs', line 561 def value @value end |
#value_type ⇒ "DATE"
Returns the value of attribute value_type.
562 563 564 |
# File 'sig/types.rbs', line 562 def value_type @value_type end |