Class: Aws::Types::NullValueField
- Inherits:
-
Object
- Object
- Aws::Types::NullValueField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#datatype ⇒ Types::Datatype
Returns the value of attribute datatype.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#datatype ⇒ Types::Datatype
Returns the value of attribute datatype.
5758 5759 5760 |
# File 'sig/types.rbs', line 5758 def datatype @datatype end |
#value ⇒ ::String
Returns the value of attribute value.
5757 5758 5759 |
# File 'sig/types.rbs', line 5757 def value @value end |