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.
5787 5788 5789 |
# File 'sig/types.rbs', line 5787 def datatype @datatype end |
#value ⇒ ::String
Returns the value of attribute value.
5786 5787 5788 |
# File 'sig/types.rbs', line 5786 def value @value end |